Shades of Turquoise Blue #6CCCEF
Tints of Turquoise Blue #6CCCEF
RGB
CMYK
RGB Variations
Color information
#6CCCEF (or 0x6CCCEF) is known color: Turquoise Blue. HEX triplet: 6C, CC and EF. RGB value is (108,204,239). Sum of RGB (Red+Green+Blue) = 108+204+239=551 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.60% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CCCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCCEF is #933310. Grayscale: #B3B3B3. Windows color (decimal): -9646865 or 15715436. OLE color: 15715436.
HSL color Cylindrical-coordinate representation of color #6CCCEF: hue angle of 196.03º 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 #6CCCEF is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 204 | 239 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.06 |
| HSL | 196.03º | 0.8% | 0.68% | - |
| HSV(B) | 196.03º | 0.55% | 0.94% | - |
| XYZ | 43.36 | 52.61 | 89.53 | - |
| YUV | 179.29 | 161.7 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 239 | 0.55 | 0.15 | 0 | 0.06 | 196.03 | 0.8 | 0.68 |
| Hex | 6C | CC | EF | 37 | F | 0 | 6 | C4 | 50 | 44 |
| Octal | 154 | 314 | 357 | 67 | 17 | 0 | 6 | 304 | 120 | 104 |
| Binary | 1101100 | 11001100 | 11101111 | 110111 | 1111 | 0 | 110 | 11000100 | 1010000 | 1000100 |
Color Harmonies of #6CCCEF
Complementary color
Monochromatic Colors of #6CCCEF
Black with #6CCCEF
Text Example
Text Example
White with #6CCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCEF; }
p { color: rgb(108,204,239); }
H1.HeaderClassName
{
color: #6CCCEF;
}
.AnyTagClassName
{
color: #6CCCEF;
}
</style>
background-color css
<style>
a { background-color: #6CCCEF; }
a { background-color: rgb(108,204,239); }
div.DivClassName
{
background-color: #6CCCEF;
}
.BgClassName
{
background-color: #6CCCEF;
}
</style>
border-color css
<style>
span { border-color: #6CCCEF; }
span { border-color: rgb(108,204,239); }
td.TdClassName
{
border-color: #6CCCEF;
}
.TagClassName
{
border-color: #6CCCEF;
}
</style>