Shades of Turquoise Blue #71CEEC
Tints of Turquoise Blue #71CEEC
RGB
CMYK
RGB Variations
Color information
#71CEEC (or 0x71CEEC) is known color: Turquoise Blue. HEX triplet: 71, CE and EC. RGB value is (113,206,236). Sum of RGB (Red+Green+Blue) = 113+206+236=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #71CEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CEEC is #8E3113. Grayscale: #B5B5B5. Windows color (decimal): -9318676 or 15519345. OLE color: 15519345.
HSL color Cylindrical-coordinate representation of color #71CEEC: hue angle of 194.63º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71CEEC is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 206 | 236 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.07 |
| HSL | 194.63º | 0.76% | 0.68% | - |
| HSV(B) | 194.63º | 0.52% | 0.93% | - |
| XYZ | 44.02 | 53.71 | 87.4 | - |
| YUV | 181.61 | 158.69 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 236 | 0.52 | 0.13 | 0 | 0.07 | 194.63 | 0.76 | 0.68 |
| Hex | 71 | CE | EC | 34 | D | 0 | 7 | C3 | 4C | 44 |
| Octal | 161 | 316 | 354 | 64 | 15 | 0 | 7 | 303 | 114 | 104 |
| Binary | 1110001 | 11001110 | 11101100 | 110100 | 1101 | 0 | 111 | 11000011 | 1001100 | 1000100 |
Color Harmonies of #71CEEC
Complementary color
Monochromatic Colors of #71CEEC
Black with #71CEEC
Text Example
Text Example
White with #71CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CEEC; }
p { color: rgb(113,206,236); }
H1.HeaderClassName
{
color: #71CEEC;
}
.AnyTagClassName
{
color: #71CEEC;
}
</style>
background-color css
<style>
a { background-color: #71CEEC; }
a { background-color: rgb(113,206,236); }
div.DivClassName
{
background-color: #71CEEC;
}
.BgClassName
{
background-color: #71CEEC;
}
</style>
border-color css
<style>
span { border-color: #71CEEC; }
span { border-color: rgb(113,206,236); }
td.TdClassName
{
border-color: #71CEEC;
}
.TagClassName
{
border-color: #71CEEC;
}
</style>