Shades of Turquoise Blue #71D4F1
Tints of Turquoise Blue #71D4F1
RGB
CMYK
RGB Variations
Color information
#71D4F1 (or 0x71D4F1) is known color: Turquoise Blue. HEX triplet: 71, D4 and F1. RGB value is (113,212,241). Sum of RGB (Red+Green+Blue) = 113+212+241=566 (74% of max value = 765). Red value is 113 (44.53% from 255 or 19.96% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #71D4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D4F1 is #8E2B0E. Grayscale: #B9B9B9. Windows color (decimal): -9317135 or 15848561. OLE color: 15848561.
HSL color Cylindrical-coordinate representation of color #71D4F1: hue angle of 193.59º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71D4F1 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 212 | 241 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.05 |
| HSL | 193.59º | 0.82% | 0.69% | - |
| HSV(B) | 193.59º | 0.53% | 0.95% | - |
| XYZ | 46.23 | 56.95 | 91.77 | - |
| YUV | 185.71 | 159.2 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 212 | 241 | 0.53 | 0.12 | 0 | 0.05 | 193.59 | 0.82 | 0.69 |
| Hex | 71 | D4 | F1 | 35 | C | 0 | 5 | C2 | 52 | 45 |
| Octal | 161 | 324 | 361 | 65 | 14 | 0 | 5 | 302 | 122 | 105 |
| Binary | 1110001 | 11010100 | 11110001 | 110101 | 1100 | 0 | 101 | 11000010 | 1010010 | 1000101 |
Color Harmonies of #71D4F1
Complementary color
Monochromatic Colors of #71D4F1
Black with #71D4F1
Text Example
Text Example
White with #71D4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D4F1; }
p { color: rgb(113,212,241); }
H1.HeaderClassName
{
color: #71D4F1;
}
.AnyTagClassName
{
color: #71D4F1;
}
</style>
background-color css
<style>
a { background-color: #71D4F1; }
a { background-color: rgb(113,212,241); }
div.DivClassName
{
background-color: #71D4F1;
}
.BgClassName
{
background-color: #71D4F1;
}
</style>
border-color css
<style>
span { border-color: #71D4F1; }
span { border-color: rgb(113,212,241); }
td.TdClassName
{
border-color: #71D4F1;
}
.TagClassName
{
border-color: #71D4F1;
}
</style>