Shades of Turquoise Blue #6FCEE6
Tints of Turquoise Blue #6FCEE6
RGB
CMYK
RGB Variations
Color information
#6FCEE6 (or 0x6FCEE6) is known color: Turquoise Blue. HEX triplet: 6F, CE and E6. RGB value is (111,206,230). Sum of RGB (Red+Green+Blue) = 111+206+230=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FCEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCEE6 is #903119. Grayscale: #B4B4B4. Windows color (decimal): -9449754 or 15126127. OLE color: 15126127.
HSL color Cylindrical-coordinate representation of color #6FCEE6: hue angle of 192.1º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FCEE6 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 206 | 230 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.10 |
| HSL | 192.1º | 0.7% | 0.67% | - |
| HSV(B) | 192.1º | 0.52% | 0.9% | - |
| XYZ | 42.91 | 53.24 | 82.88 | - |
| YUV | 180.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 230 | 0.52 | 0.10 | 0 | 0.10 | 192.1 | 0.7 | 0.67 |
| Hex | 6F | CE | E6 | 34 | A | 0 | A | C0 | 46 | 43 |
| Octal | 157 | 316 | 346 | 64 | 12 | 0 | 12 | 300 | 106 | 103 |
| Binary | 1101111 | 11001110 | 11100110 | 110100 | 1010 | 0 | 1010 | 11000000 | 1000110 | 1000011 |
Color Harmonies of #6FCEE6
Complementary color
Monochromatic Colors of #6FCEE6
Black with #6FCEE6
Text Example
Text Example
White with #6FCEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEE6; }
p { color: rgb(111,206,230); }
H1.HeaderClassName
{
color: #6FCEE6;
}
.AnyTagClassName
{
color: #6FCEE6;
}
</style>
background-color css
<style>
a { background-color: #6FCEE6; }
a { background-color: rgb(111,206,230); }
div.DivClassName
{
background-color: #6FCEE6;
}
.BgClassName
{
background-color: #6FCEE6;
}
</style>
border-color css
<style>
span { border-color: #6FCEE6; }
span { border-color: rgb(111,206,230); }
td.TdClassName
{
border-color: #6FCEE6;
}
.TagClassName
{
border-color: #6FCEE6;
}
</style>