Shades of Turquoise Blue #6CDEEF
Tints of Turquoise Blue #6CDEEF
RGB
CMYK
RGB Variations
Color information
#6CDEEF (or 0x6CDEEF) is known color: Turquoise Blue. HEX triplet: 6C, DE and EF. RGB value is (108,222,239). Sum of RGB (Red+Green+Blue) = 108+222+239=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDEEF is #932110. Grayscale: #BDBDBD. Windows color (decimal): -9642257 or 15720044. OLE color: 15720044.
HSL color Cylindrical-coordinate representation of color #6CDEEF: hue angle of 187.79º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CDEEF is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 222 | 239 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.06 |
| HSL | 187.79º | 0.8% | 0.68% | - |
| HSV(B) | 187.79º | 0.55% | 0.94% | - |
| XYZ | 47.89 | 61.66 | 91.04 | - |
| YUV | 189.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 239 | 0.55 | 0.07 | 0 | 0.06 | 187.79 | 0.8 | 0.68 |
| Hex | 6C | DE | EF | 37 | 7 | 0 | 6 | BC | 50 | 44 |
| Octal | 154 | 336 | 357 | 67 | 7 | 0 | 6 | 274 | 120 | 104 |
| Binary | 1101100 | 11011110 | 11101111 | 110111 | 111 | 0 | 110 | 10111100 | 1010000 | 1000100 |
Color Harmonies of #6CDEEF
Complementary color
Monochromatic Colors of #6CDEEF
Black with #6CDEEF
Text Example
Text Example
White with #6CDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDEEF; }
p { color: rgb(108,222,239); }
H1.HeaderClassName
{
color: #6CDEEF;
}
.AnyTagClassName
{
color: #6CDEEF;
}
</style>
background-color css
<style>
a { background-color: #6CDEEF; }
a { background-color: rgb(108,222,239); }
div.DivClassName
{
background-color: #6CDEEF;
}
.BgClassName
{
background-color: #6CDEEF;
}
</style>
border-color css
<style>
span { border-color: #6CDEEF; }
span { border-color: rgb(108,222,239); }
td.TdClassName
{
border-color: #6CDEEF;
}
.TagClassName
{
border-color: #6CDEEF;
}
</style>