Shades of Turquoise Blue #71DFDC
Tints of Turquoise Blue #71DFDC
RGB
CMYK
RGB Variations
Color information
#71DFDC (or 0x71DFDC) is known color: Turquoise Blue. HEX triplet: 71, DF and DC. RGB value is (113,223,220). Sum of RGB (Red+Green+Blue) = 113+223+220=556 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.32% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFDC is #8E2023. Grayscale: #BDBDBD. Windows color (decimal): -9314340 or 14475121. OLE color: 14475121.
HSL color Cylindrical-coordinate representation of color #71DFDC: hue angle of 178.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DFDC is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 220 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.13 |
| HSL | 178.36º | 0.63% | 0.66% | - |
| HSV(B) | 178.36º | 0.49% | 0.87% | - |
| XYZ | 46.12 | 61.45 | 77.14 | - |
| YUV | 189.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 220 | 0.49 | 0 | 0.01 | 0.13 | 178.36 | 0.63 | 0.66 |
| Hex | 71 | DF | DC | 31 | 0 | 1 | D | B2 | 3F | 42 |
| Octal | 161 | 337 | 334 | 61 | 0 | 1 | 15 | 262 | 77 | 102 |
| Binary | 1110001 | 11011111 | 11011100 | 110001 | 0 | 1 | 1101 | 10110010 | 111111 | 1000010 |
Color Harmonies of #71DFDC
Complementary color
Monochromatic Colors of #71DFDC
Black with #71DFDC
Text Example
Text Example
White with #71DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFDC; }
p { color: rgb(113,223,220); }
H1.HeaderClassName
{
color: #71DFDC;
}
.AnyTagClassName
{
color: #71DFDC;
}
</style>
background-color css
<style>
a { background-color: #71DFDC; }
a { background-color: rgb(113,223,220); }
div.DivClassName
{
background-color: #71DFDC;
}
.BgClassName
{
background-color: #71DFDC;
}
</style>
border-color css
<style>
span { border-color: #71DFDC; }
span { border-color: rgb(113,223,220); }
td.TdClassName
{
border-color: #71DFDC;
}
.TagClassName
{
border-color: #71DFDC;
}
</style>