Shades of Turquoise Blue #6CCCEC
Tints of Turquoise Blue #6CCCEC
RGB
CMYK
RGB Variations
Color information
#6CCCEC (or 0x6CCCEC) is known color: Turquoise Blue. HEX triplet: 6C, CC and EC. RGB value is (108,204,236). Sum of RGB (Red+Green+Blue) = 108+204+236=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CCCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCCEC is #933313. Grayscale: #B2B2B2. Windows color (decimal): -9646868 or 15518828. OLE color: 15518828.
HSL color Cylindrical-coordinate representation of color #6CCCEC: hue angle of 195º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CCCEC is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 204 | 236 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.07 |
| HSL | 195º | 0.77% | 0.67% | - |
| HSV(B) | 195º | 0.54% | 0.93% | - |
| XYZ | 42.92 | 52.43 | 87.21 | - |
| YUV | 178.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 236 | 0.54 | 0.14 | 0 | 0.07 | 195 | 0.77 | 0.67 |
| Hex | 6C | CC | EC | 36 | E | 0 | 7 | C3 | 4D | 43 |
| Octal | 154 | 314 | 354 | 66 | 16 | 0 | 7 | 303 | 115 | 103 |
| Binary | 1101100 | 11001100 | 11101100 | 110110 | 1110 | 0 | 111 | 11000011 | 1001101 | 1000011 |
Color Harmonies of #6CCCEC
Complementary color
Monochromatic Colors of #6CCCEC
Black with #6CCCEC
Text Example
Text Example
White with #6CCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCEC; }
p { color: rgb(108,204,236); }
H1.HeaderClassName
{
color: #6CCCEC;
}
.AnyTagClassName
{
color: #6CCCEC;
}
</style>
background-color css
<style>
a { background-color: #6CCCEC; }
a { background-color: rgb(108,204,236); }
div.DivClassName
{
background-color: #6CCCEC;
}
.BgClassName
{
background-color: #6CCCEC;
}
</style>
border-color css
<style>
span { border-color: #6CCCEC; }
span { border-color: rgb(108,204,236); }
td.TdClassName
{
border-color: #6CCCEC;
}
.TagClassName
{
border-color: #6CCCEC;
}
</style>