Shades of Turquoise Blue #71DDF2
Tints of Turquoise Blue #71DDF2
RGB
CMYK
RGB Variations
Color information
#71DDF2 (or 0x71DDF2) is known color: Turquoise Blue. HEX triplet: 71, DD and F2. RGB value is (113,221,242). Sum of RGB (Red+Green+Blue) = 113+221+242=576 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.62% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #71DDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DDF2 is #8E220D. Grayscale: #BEBEBE. Windows color (decimal): -9314830 or 15916401. OLE color: 15916401.
HSL color Cylindrical-coordinate representation of color #71DDF2: hue angle of 189.77º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71DDF2 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 221 | 242 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.05 |
| HSL | 189.77º | 0.83% | 0.7% | - |
| HSV(B) | 189.77º | 0.53% | 0.95% | - |
| XYZ | 48.69 | 61.63 | 93.33 | - |
| YUV | 191.1 | 156.72 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 242 | 0.53 | 0.09 | 0 | 0.05 | 189.77 | 0.83 | 0.7 |
| Hex | 71 | DD | F2 | 35 | 9 | 0 | 5 | BE | 53 | 46 |
| Octal | 161 | 335 | 362 | 65 | 11 | 0 | 5 | 276 | 123 | 106 |
| Binary | 1110001 | 11011101 | 11110010 | 110101 | 1001 | 0 | 101 | 10111110 | 1010011 | 1000110 |
Color Harmonies of #71DDF2
Complementary color
Monochromatic Colors of #71DDF2
Black with #71DDF2
Text Example
Text Example
White with #71DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DDF2; }
p { color: rgb(113,221,242); }
H1.HeaderClassName
{
color: #71DDF2;
}
.AnyTagClassName
{
color: #71DDF2;
}
</style>
background-color css
<style>
a { background-color: #71DDF2; }
a { background-color: rgb(113,221,242); }
div.DivClassName
{
background-color: #71DDF2;
}
.BgClassName
{
background-color: #71DDF2;
}
</style>
border-color css
<style>
span { border-color: #71DDF2; }
span { border-color: rgb(113,221,242); }
td.TdClassName
{
border-color: #71DDF2;
}
.TagClassName
{
border-color: #71DDF2;
}
</style>