Shades of Turquoise Blue #71DFFC
Tints of Turquoise Blue #71DFFC
RGB
CMYK
RGB Variations
Color information
#71DFFC (or 0x71DFFC) is known color: Turquoise Blue. HEX triplet: 71, DF and FC. RGB value is (113,223,252). Sum of RGB (Red+Green+Blue) = 113+223+252=588 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.22% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #71DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFFC is #8E2003. Grayscale: #C1C1C1. Windows color (decimal): -9314308 or 16572273. OLE color: 16572273.
HSL color Cylindrical-coordinate representation of color #71DFFC: hue angle of 192.52º 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 #71DFFC is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 223 | 252 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.01 |
| HSL | 192.52º | 0.96% | 0.72% | - |
| HSV(B) | 192.52º | 0.55% | 0.99% | - |
| XYZ | 50.77 | 63.31 | 101.64 | - |
| YUV | 193.42 | 161.06 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 252 | 0.55 | 0.12 | 0 | 0.01 | 192.52 | 0.96 | 0.72 |
| Hex | 71 | DF | FC | 37 | C | 0 | 1 | C1 | 60 | 48 |
| Octal | 161 | 337 | 374 | 67 | 14 | 0 | 1 | 301 | 140 | 110 |
| Binary | 1110001 | 11011111 | 11111100 | 110111 | 1100 | 0 | 1 | 11000001 | 1100000 | 1001000 |
Color Harmonies of #71DFFC
Complementary color
Monochromatic Colors of #71DFFC
Black with #71DFFC
Text Example
Text Example
White with #71DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFFC; }
p { color: rgb(113,223,252); }
H1.HeaderClassName
{
color: #71DFFC;
}
.AnyTagClassName
{
color: #71DFFC;
}
</style>
background-color css
<style>
a { background-color: #71DFFC; }
a { background-color: rgb(113,223,252); }
div.DivClassName
{
background-color: #71DFFC;
}
.BgClassName
{
background-color: #71DFFC;
}
</style>
border-color css
<style>
span { border-color: #71DFFC; }
span { border-color: rgb(113,223,252); }
td.TdClassName
{
border-color: #71DFFC;
}
.TagClassName
{
border-color: #71DFFC;
}
</style>