Shades of Turquoise Blue #71DFE6
Tints of Turquoise Blue #71DFE6
RGB
CMYK
RGB Variations
Color information
#71DFE6 (or 0x71DFE6) is known color: Turquoise Blue. HEX triplet: 71, DF and E6. RGB value is (113,223,230). Sum of RGB (Red+Green+Blue) = 113+223+230=566 (74% of max value = 765). Red value is 113 (44.53% from 255 or 19.96% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #71DFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFE6 is #8E2019. Grayscale: #BEBEBE. Windows color (decimal): -9314330 or 15130481. OLE color: 15130481.
HSL color Cylindrical-coordinate representation of color #71DFE6: hue angle of 183.59º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71DFE6 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 223 | 230 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.10 |
| HSL | 183.59º | 0.7% | 0.67% | - |
| HSV(B) | 183.59º | 0.51% | 0.9% | - |
| XYZ | 47.48 | 62 | 84.33 | - |
| YUV | 190.91 | 150.06 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 230 | 0.51 | 0.03 | 0 | 0.10 | 183.59 | 0.7 | 0.67 |
| Hex | 71 | DF | E6 | 33 | 3 | 0 | A | B8 | 46 | 43 |
| Octal | 161 | 337 | 346 | 63 | 3 | 0 | 12 | 270 | 106 | 103 |
| Binary | 1110001 | 11011111 | 11100110 | 110011 | 11 | 0 | 1010 | 10111000 | 1000110 | 1000011 |
Color Harmonies of #71DFE6
Complementary color
Monochromatic Colors of #71DFE6
Black with #71DFE6
Text Example
Text Example
White with #71DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFE6; }
p { color: rgb(113,223,230); }
H1.HeaderClassName
{
color: #71DFE6;
}
.AnyTagClassName
{
color: #71DFE6;
}
</style>
background-color css
<style>
a { background-color: #71DFE6; }
a { background-color: rgb(113,223,230); }
div.DivClassName
{
background-color: #71DFE6;
}
.BgClassName
{
background-color: #71DFE6;
}
</style>
border-color css
<style>
span { border-color: #71DFE6; }
span { border-color: rgb(113,223,230); }
td.TdClassName
{
border-color: #71DFE6;
}
.TagClassName
{
border-color: #71DFE6;
}
</style>