Shades of Turquoise Blue #71CFEB
Tints of Turquoise Blue #71CFEB
RGB
CMYK
RGB Variations
Color information
#71CFEB (or 0x71CFEB) is known color: Turquoise Blue. HEX triplet: 71, CF and EB. RGB value is (113,207,235). Sum of RGB (Red+Green+Blue) = 113+207+235=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #71CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFEB is #8E3014. Grayscale: #B5B5B5. Windows color (decimal): -9318421 or 15454065. OLE color: 15454065.
HSL color Cylindrical-coordinate representation of color #71CFEB: hue angle of 193.77º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71CFEB is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 207 | 235 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.08 |
| HSL | 193.77º | 0.75% | 0.68% | - |
| HSV(B) | 193.77º | 0.52% | 0.92% | - |
| XYZ | 44.12 | 54.13 | 86.72 | - |
| YUV | 182.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 235 | 0.52 | 0.12 | 0 | 0.08 | 193.77 | 0.75 | 0.68 |
| Hex | 71 | CF | EB | 34 | C | 0 | 8 | C2 | 4B | 44 |
| Octal | 161 | 317 | 353 | 64 | 14 | 0 | 10 | 302 | 113 | 104 |
| Binary | 1110001 | 11001111 | 11101011 | 110100 | 1100 | 0 | 1000 | 11000010 | 1001011 | 1000100 |
Color Harmonies of #71CFEB
Complementary color
Monochromatic Colors of #71CFEB
Black with #71CFEB
Text Example
Text Example
White with #71CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CFEB; }
p { color: rgb(113,207,235); }
H1.HeaderClassName
{
color: #71CFEB;
}
.AnyTagClassName
{
color: #71CFEB;
}
</style>
background-color css
<style>
a { background-color: #71CFEB; }
a { background-color: rgb(113,207,235); }
div.DivClassName
{
background-color: #71CFEB;
}
.BgClassName
{
background-color: #71CFEB;
}
</style>
border-color css
<style>
span { border-color: #71CFEB; }
span { border-color: rgb(113,207,235); }
td.TdClassName
{
border-color: #71CFEB;
}
.TagClassName
{
border-color: #71CFEB;
}
</style>