Shades of Turquoise Blue #6CDEF9
Tints of Turquoise Blue #6CDEF9
RGB
CMYK
RGB Variations
Color information
#6CDEF9 (or 0x6CDEF9) is known color: Turquoise Blue. HEX triplet: 6C, DE and F9. RGB value is (108,222,249). Sum of RGB (Red+Green+Blue) = 108+222+249=579 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.65% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #6CDEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDEF9 is #932106. Grayscale: #BEBEBE. Windows color (decimal): -9642247 or 16375404. OLE color: 16375404.
HSL color Cylindrical-coordinate representation of color #6CDEF9: hue angle of 191.49º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDEF9 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 222 | 249 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.02 |
| HSL | 191.49º | 0.92% | 0.7% | - |
| HSV(B) | 191.49º | 0.57% | 0.98% | - |
| XYZ | 49.4 | 62.27 | 99.04 | - |
| YUV | 190.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 249 | 0.57 | 0.11 | 0 | 0.02 | 191.49 | 0.92 | 0.7 |
| Hex | 6C | DE | F9 | 39 | B | 0 | 2 | BF | 5C | 46 |
| Octal | 154 | 336 | 371 | 71 | 13 | 0 | 2 | 277 | 134 | 106 |
| Binary | 1101100 | 11011110 | 11111001 | 111001 | 1011 | 0 | 10 | 10111111 | 1011100 | 1000110 |
Color Harmonies of #6CDEF9
Complementary color
Monochromatic Colors of #6CDEF9
Black with #6CDEF9
Text Example
Text Example
White with #6CDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDEF9; }
p { color: rgb(108,222,249); }
H1.HeaderClassName
{
color: #6CDEF9;
}
.AnyTagClassName
{
color: #6CDEF9;
}
</style>
background-color css
<style>
a { background-color: #6CDEF9; }
a { background-color: rgb(108,222,249); }
div.DivClassName
{
background-color: #6CDEF9;
}
.BgClassName
{
background-color: #6CDEF9;
}
</style>
border-color css
<style>
span { border-color: #6CDEF9; }
span { border-color: rgb(108,222,249); }
td.TdClassName
{
border-color: #6CDEF9;
}
.TagClassName
{
border-color: #6CDEF9;
}
</style>