Shades of Turquoise Blue #6FCCE8
Tints of Turquoise Blue #6FCCE8
RGB
CMYK
RGB Variations
Color information
#6FCCE8 (or 0x6FCCE8) is known color: Turquoise Blue. HEX triplet: 6F, CC and E8. RGB value is (111,204,232). Sum of RGB (Red+Green+Blue) = 111+204+232=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FCCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCCE8 is #903317. Grayscale: #B3B3B3. Windows color (decimal): -9450264 or 15256687. OLE color: 15256687.
HSL color Cylindrical-coordinate representation of color #6FCCE8: hue angle of 193.88º 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 #6FCCE8 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 204 | 232 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.09 |
| HSL | 193.88º | 0.72% | 0.67% | - |
| HSV(B) | 193.88º | 0.52% | 0.91% | - |
| XYZ | 42.71 | 52.39 | 84.21 | - |
| YUV | 179.39 | 157.69 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 232 | 0.52 | 0.12 | 0 | 0.09 | 193.88 | 0.72 | 0.67 |
| Hex | 6F | CC | E8 | 34 | C | 0 | 9 | C2 | 48 | 43 |
| Octal | 157 | 314 | 350 | 64 | 14 | 0 | 11 | 302 | 110 | 103 |
| Binary | 1101111 | 11001100 | 11101000 | 110100 | 1100 | 0 | 1001 | 11000010 | 1001000 | 1000011 |
Color Harmonies of #6FCCE8
Complementary color
Monochromatic Colors of #6FCCE8
Black with #6FCCE8
Text Example
Text Example
White with #6FCCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCE8; }
p { color: rgb(111,204,232); }
H1.HeaderClassName
{
color: #6FCCE8;
}
.AnyTagClassName
{
color: #6FCCE8;
}
</style>
background-color css
<style>
a { background-color: #6FCCE8; }
a { background-color: rgb(111,204,232); }
div.DivClassName
{
background-color: #6FCCE8;
}
.BgClassName
{
background-color: #6FCCE8;
}
</style>
border-color css
<style>
span { border-color: #6FCCE8; }
span { border-color: rgb(111,204,232); }
td.TdClassName
{
border-color: #6FCCE8;
}
.TagClassName
{
border-color: #6FCCE8;
}
</style>