Shades of Turquoise Blue #71DEFC
Tints of Turquoise Blue #71DEFC
RGB
CMYK
RGB Variations
Color information
#71DEFC (or 0x71DEFC) is known color: Turquoise Blue. HEX triplet: 71, DE and FC. RGB value is (113,222,252). Sum of RGB (Red+Green+Blue) = 113+222+252=587 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.25% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #71DEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DEFC is #8E2103. Grayscale: #C0C0C0. Windows color (decimal): -9314564 or 16572017. OLE color: 16572017.
HSL color Cylindrical-coordinate representation of color #71DEFC: hue angle of 192.95º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71DEFC is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 222 | 252 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.01 |
| HSL | 192.95º | 0.96% | 0.72% | - |
| HSV(B) | 192.95º | 0.55% | 0.99% | - |
| XYZ | 50.5 | 62.78 | 101.55 | - |
| YUV | 192.83 | 161.39 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 222 | 252 | 0.55 | 0.12 | 0 | 0.01 | 192.95 | 0.96 | 0.72 |
| Hex | 71 | DE | FC | 37 | C | 0 | 1 | C1 | 60 | 48 |
| Octal | 161 | 336 | 374 | 67 | 14 | 0 | 1 | 301 | 140 | 110 |
| Binary | 1110001 | 11011110 | 11111100 | 110111 | 1100 | 0 | 1 | 11000001 | 1100000 | 1001000 |
Color Harmonies of #71DEFC
Complementary color
Monochromatic Colors of #71DEFC
Black with #71DEFC
Text Example
Text Example
White with #71DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DEFC; }
p { color: rgb(113,222,252); }
H1.HeaderClassName
{
color: #71DEFC;
}
.AnyTagClassName
{
color: #71DEFC;
}
</style>
background-color css
<style>
a { background-color: #71DEFC; }
a { background-color: rgb(113,222,252); }
div.DivClassName
{
background-color: #71DEFC;
}
.BgClassName
{
background-color: #71DEFC;
}
</style>
border-color css
<style>
span { border-color: #71DEFC; }
span { border-color: rgb(113,222,252); }
td.TdClassName
{
border-color: #71DEFC;
}
.TagClassName
{
border-color: #71DEFC;
}
</style>