Shades of Turquoise Blue #6FCEE8
Tints of Turquoise Blue #6FCEE8
RGB
CMYK
RGB Variations
Color information
#6FCEE8 (or 0x6FCEE8) is known color: Turquoise Blue. HEX triplet: 6F, CE and E8. RGB value is (111,206,232). Sum of RGB (Red+Green+Blue) = 111+206+232=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FCEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCEE8 is #903117. Grayscale: #B4B4B4. Windows color (decimal): -9449752 or 15257199. OLE color: 15257199.
HSL color Cylindrical-coordinate representation of color #6FCEE8: hue angle of 192.89º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FCEE8 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 206 | 232 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.09 |
| HSL | 192.89º | 0.72% | 0.67% | - |
| HSV(B) | 192.89º | 0.52% | 0.91% | - |
| XYZ | 43.19 | 53.35 | 84.36 | - |
| YUV | 180.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 232 | 0.52 | 0.11 | 0 | 0.09 | 192.89 | 0.72 | 0.67 |
| Hex | 6F | CE | E8 | 34 | B | 0 | 9 | C1 | 48 | 43 |
| Octal | 157 | 316 | 350 | 64 | 13 | 0 | 11 | 301 | 110 | 103 |
| Binary | 1101111 | 11001110 | 11101000 | 110100 | 1011 | 0 | 1001 | 11000001 | 1001000 | 1000011 |
Color Harmonies of #6FCEE8
Complementary color
Monochromatic Colors of #6FCEE8
Black with #6FCEE8
Text Example
Text Example
White with #6FCEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEE8; }
p { color: rgb(111,206,232); }
H1.HeaderClassName
{
color: #6FCEE8;
}
.AnyTagClassName
{
color: #6FCEE8;
}
</style>
background-color css
<style>
a { background-color: #6FCEE8; }
a { background-color: rgb(111,206,232); }
div.DivClassName
{
background-color: #6FCEE8;
}
.BgClassName
{
background-color: #6FCEE8;
}
</style>
border-color css
<style>
span { border-color: #6FCEE8; }
span { border-color: rgb(111,206,232); }
td.TdClassName
{
border-color: #6FCEE8;
}
.TagClassName
{
border-color: #6FCEE8;
}
</style>