Shades of Turquoise Blue #6CDDFD
Tints of Turquoise Blue #6CDDFD
RGB
CMYK
RGB Variations
Color information
#6CDDFD (or 0x6CDDFD) is known color: Turquoise Blue. HEX triplet: 6C, DD and FD. RGB value is (108,221,253). Sum of RGB (Red+Green+Blue) = 108+221+253=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDDFD is #932202. Grayscale: #BEBEBE. Windows color (decimal): -9642499 or 16637292. OLE color: 16637292.
HSL color Cylindrical-coordinate representation of color #6CDDFD: hue angle of 193.24º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDDFD is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 221 | 253 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.01 |
| HSL | 193.24º | 0.97% | 0.71% | - |
| HSV(B) | 193.24º | 0.57% | 0.99% | - |
| XYZ | 49.77 | 61.99 | 102.27 | - |
| YUV | 190.86 | 163.06 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 253 | 0.57 | 0.13 | 0 | 0.01 | 193.24 | 0.97 | 0.71 |
| Hex | 6C | DD | FD | 39 | D | 0 | 1 | C1 | 61 | 47 |
| Octal | 154 | 335 | 375 | 71 | 15 | 0 | 1 | 301 | 141 | 107 |
| Binary | 1101100 | 11011101 | 11111101 | 111001 | 1101 | 0 | 1 | 11000001 | 1100001 | 1000111 |
Color Harmonies of #6CDDFD
Complementary color
Monochromatic Colors of #6CDDFD
Black with #6CDDFD
Text Example
Text Example
White with #6CDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDFD; }
p { color: rgb(108,221,253); }
H1.HeaderClassName
{
color: #6CDDFD;
}
.AnyTagClassName
{
color: #6CDDFD;
}
</style>
background-color css
<style>
a { background-color: #6CDDFD; }
a { background-color: rgb(108,221,253); }
div.DivClassName
{
background-color: #6CDDFD;
}
.BgClassName
{
background-color: #6CDDFD;
}
</style>
border-color css
<style>
span { border-color: #6CDDFD; }
span { border-color: rgb(108,221,253); }
td.TdClassName
{
border-color: #6CDDFD;
}
.TagClassName
{
border-color: #6CDDFD;
}
</style>