Shades of Turquoise Blue #6CCEE0
Tints of Turquoise Blue #6CCEE0
RGB
CMYK
RGB Variations
Color information
#6CCEE0 (or 0x6CCEE0) is known color: Turquoise Blue. HEX triplet: 6C, CE and E0. RGB value is (108,206,224). Sum of RGB (Red+Green+Blue) = 108+206+224=538 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.07% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #6CCEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCEE0 is #93311F. Grayscale: #B2B2B2. Windows color (decimal): -9646368 or 14732908. OLE color: 14732908.
HSL color Cylindrical-coordinate representation of color #6CCEE0: hue angle of 189.31º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CCEE0 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 206 | 224 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.12 |
| HSL | 189.31º | 0.65% | 0.65% | - |
| HSV(B) | 189.31º | 0.52% | 0.88% | - |
| XYZ | 41.71 | 52.71 | 78.5 | - |
| YUV | 178.75 | 153.53 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 224 | 0.52 | 0.08 | 0 | 0.12 | 189.31 | 0.65 | 0.65 |
| Hex | 6C | CE | E0 | 34 | 8 | 0 | C | BD | 41 | 41 |
| Octal | 154 | 316 | 340 | 64 | 10 | 0 | 14 | 275 | 101 | 101 |
| Binary | 1101100 | 11001110 | 11100000 | 110100 | 1000 | 0 | 1100 | 10111101 | 1000001 | 1000001 |
Color Harmonies of #6CCEE0
Complementary color
Monochromatic Colors of #6CCEE0
Black with #6CCEE0
Text Example
Text Example
White with #6CCEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCEE0; }
p { color: rgb(108,206,224); }
H1.HeaderClassName
{
color: #6CCEE0;
}
.AnyTagClassName
{
color: #6CCEE0;
}
</style>
background-color css
<style>
a { background-color: #6CCEE0; }
a { background-color: rgb(108,206,224); }
div.DivClassName
{
background-color: #6CCEE0;
}
.BgClassName
{
background-color: #6CCEE0;
}
</style>
border-color css
<style>
span { border-color: #6CCEE0; }
span { border-color: rgb(108,206,224); }
td.TdClassName
{
border-color: #6CCEE0;
}
.TagClassName
{
border-color: #6CCEE0;
}
</style>