Shades of Turquoise Blue #6CCCEA
Tints of Turquoise Blue #6CCCEA
RGB
CMYK
RGB Variations
Color information
#6CCCEA (or 0x6CCCEA) is known color: Turquoise Blue. HEX triplet: 6C, CC and EA. RGB value is (108,204,234). Sum of RGB (Red+Green+Blue) = 108+204+234=546 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.78% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #6CCCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCCEA is #933315. Grayscale: #B2B2B2. Windows color (decimal): -9646870 or 15387756. OLE color: 15387756.
HSL color Cylindrical-coordinate representation of color #6CCCEA: hue angle of 194.29º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CCCEA is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 204 | 234 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.08 |
| HSL | 194.29º | 0.75% | 0.67% | - |
| HSV(B) | 194.29º | 0.54% | 0.92% | - |
| XYZ | 42.63 | 52.31 | 85.69 | - |
| YUV | 178.72 | 159.2 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 234 | 0.54 | 0.13 | 0 | 0.08 | 194.29 | 0.75 | 0.67 |
| Hex | 6C | CC | EA | 36 | D | 0 | 8 | C2 | 4B | 43 |
| Octal | 154 | 314 | 352 | 66 | 15 | 0 | 10 | 302 | 113 | 103 |
| Binary | 1101100 | 11001100 | 11101010 | 110110 | 1101 | 0 | 1000 | 11000010 | 1001011 | 1000011 |
Color Harmonies of #6CCCEA
Complementary color
Monochromatic Colors of #6CCCEA
Black with #6CCCEA
Text Example
Text Example
White with #6CCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCEA; }
p { color: rgb(108,204,234); }
H1.HeaderClassName
{
color: #6CCCEA;
}
.AnyTagClassName
{
color: #6CCCEA;
}
</style>
background-color css
<style>
a { background-color: #6CCCEA; }
a { background-color: rgb(108,204,234); }
div.DivClassName
{
background-color: #6CCCEA;
}
.BgClassName
{
background-color: #6CCCEA;
}
</style>
border-color css
<style>
span { border-color: #6CCCEA; }
span { border-color: rgb(108,204,234); }
td.TdClassName
{
border-color: #6CCCEA;
}
.TagClassName
{
border-color: #6CCCEA;
}
</style>