Shades of Turquoise Blue #6FCEE0
Tints of Turquoise Blue #6FCEE0
RGB
CMYK
RGB Variations
Color information
#6FCEE0 (or 0x6FCEE0) is known color: Turquoise Blue. HEX triplet: 6F, CE and E0. RGB value is (111,206,224). Sum of RGB (Red+Green+Blue) = 111+206+224=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #6FCEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEE0 is #90311F. Grayscale: #B3B3B3. Windows color (decimal): -9449760 or 14732911. OLE color: 14732911.
HSL color Cylindrical-coordinate representation of color #6FCEE0: hue angle of 189.56º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FCEE0 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 206 | 224 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.12 |
| HSL | 189.56º | 0.65% | 0.66% | - |
| HSV(B) | 189.56º | 0.5% | 0.88% | - |
| XYZ | 42.08 | 52.9 | 78.51 | - |
| YUV | 179.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 224 | 0.50 | 0.08 | 0 | 0.12 | 189.56 | 0.65 | 0.66 |
| Hex | 6F | CE | E0 | 32 | 8 | 0 | C | BE | 41 | 42 |
| Octal | 157 | 316 | 340 | 62 | 10 | 0 | 14 | 276 | 101 | 102 |
| Binary | 1101111 | 11001110 | 11100000 | 110010 | 1000 | 0 | 1100 | 10111110 | 1000001 | 1000010 |
Color Harmonies of #6FCEE0
Complementary color
Monochromatic Colors of #6FCEE0
Black with #6FCEE0
Text Example
Text Example
White with #6FCEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEE0; }
p { color: rgb(111,206,224); }
H1.HeaderClassName
{
color: #6FCEE0;
}
.AnyTagClassName
{
color: #6FCEE0;
}
</style>
background-color css
<style>
a { background-color: #6FCEE0; }
a { background-color: rgb(111,206,224); }
div.DivClassName
{
background-color: #6FCEE0;
}
.BgClassName
{
background-color: #6FCEE0;
}
</style>
border-color css
<style>
span { border-color: #6FCEE0; }
span { border-color: rgb(111,206,224); }
td.TdClassName
{
border-color: #6FCEE0;
}
.TagClassName
{
border-color: #6FCEE0;
}
</style>