Shades of Turquoise Blue #71CFED
Tints of Turquoise Blue #71CFED
RGB
CMYK
RGB Variations
Color information
#71CFED (or 0x71CFED) is known color: Turquoise Blue. HEX triplet: 71, CF and ED. RGB value is (113,207,237). Sum of RGB (Red+Green+Blue) = 113+207+237=557 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.29% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #71CFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFED is #8E3012. Grayscale: #B6B6B6. Windows color (decimal): -9318419 or 15585137. OLE color: 15585137.
HSL color Cylindrical-coordinate representation of color #71CFED: hue angle of 194.52º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71CFED is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 207 | 237 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.07 |
| HSL | 194.52º | 0.78% | 0.69% | - |
| HSV(B) | 194.52º | 0.52% | 0.93% | - |
| XYZ | 44.41 | 54.25 | 88.25 | - |
| YUV | 182.31 | 158.86 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 237 | 0.52 | 0.13 | 0 | 0.07 | 194.52 | 0.78 | 0.69 |
| Hex | 71 | CF | ED | 34 | D | 0 | 7 | C3 | 4E | 45 |
| Octal | 161 | 317 | 355 | 64 | 15 | 0 | 7 | 303 | 116 | 105 |
| Binary | 1110001 | 11001111 | 11101101 | 110100 | 1101 | 0 | 111 | 11000011 | 1001110 | 1000101 |
Color Harmonies of #71CFED
Complementary color
Monochromatic Colors of #71CFED
Black with #71CFED
Text Example
Text Example
White with #71CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CFED; }
p { color: rgb(113,207,237); }
H1.HeaderClassName
{
color: #71CFED;
}
.AnyTagClassName
{
color: #71CFED;
}
</style>
background-color css
<style>
a { background-color: #71CFED; }
a { background-color: rgb(113,207,237); }
div.DivClassName
{
background-color: #71CFED;
}
.BgClassName
{
background-color: #71CFED;
}
</style>
border-color css
<style>
span { border-color: #71CFED; }
span { border-color: rgb(113,207,237); }
td.TdClassName
{
border-color: #71CFED;
}
.TagClassName
{
border-color: #71CFED;
}
</style>