Shades of Turquoise Blue #71DFE3
Tints of Turquoise Blue #71DFE3
RGB
CMYK
RGB Variations
Color information
#71DFE3 (or 0x71DFE3) is known color: Turquoise Blue. HEX triplet: 71, DF and E3. RGB value is (113,223,227). Sum of RGB (Red+Green+Blue) = 113+223+227=563 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.07% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #71DFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFE3 is #8E201C. Grayscale: #BEBEBE. Windows color (decimal): -9314333 or 14933873. OLE color: 14933873.
HSL color Cylindrical-coordinate representation of color #71DFE3: hue angle of 182.11º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71DFE3 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 223 | 227 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.11 |
| HSL | 182.11º | 0.67% | 0.67% | - |
| HSV(B) | 182.11º | 0.5% | 0.89% | - |
| XYZ | 47.06 | 61.83 | 82.13 | - |
| YUV | 190.57 | 148.56 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 227 | 0.50 | 0.02 | 0 | 0.11 | 182.11 | 0.67 | 0.67 |
| Hex | 71 | DF | E3 | 32 | 2 | 0 | B | B6 | 43 | 43 |
| Octal | 161 | 337 | 343 | 62 | 2 | 0 | 13 | 266 | 103 | 103 |
| Binary | 1110001 | 11011111 | 11100011 | 110010 | 10 | 0 | 1011 | 10110110 | 1000011 | 1000011 |
Color Harmonies of #71DFE3
Complementary color
Monochromatic Colors of #71DFE3
Black with #71DFE3
Text Example
Text Example
White with #71DFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFE3; }
p { color: rgb(113,223,227); }
H1.HeaderClassName
{
color: #71DFE3;
}
.AnyTagClassName
{
color: #71DFE3;
}
</style>
background-color css
<style>
a { background-color: #71DFE3; }
a { background-color: rgb(113,223,227); }
div.DivClassName
{
background-color: #71DFE3;
}
.BgClassName
{
background-color: #71DFE3;
}
</style>
border-color css
<style>
span { border-color: #71DFE3; }
span { border-color: rgb(113,223,227); }
td.TdClassName
{
border-color: #71DFE3;
}
.TagClassName
{
border-color: #71DFE3;
}
</style>