Shades of Turquoise Blue #72D4F1
Tints of Turquoise Blue #72D4F1
RGB
CMYK
RGB Variations
Color information
#72D4F1 (or 0x72D4F1) is known color: Turquoise Blue. HEX triplet: 72, D4 and F1. RGB value is (114,212,241). Sum of RGB (Red+Green+Blue) = 114+212+241=567 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.11% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #72D4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D4F1 is #8D2B0E. Grayscale: #B9B9B9. Windows color (decimal): -9251599 or 15848562. OLE color: 15848562.
HSL color Cylindrical-coordinate representation of color #72D4F1: hue angle of 193.7º degrees, saturation: 0.82, 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 #72D4F1 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 212 | 241 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.05 |
| HSL | 193.7º | 0.82% | 0.7% | - |
| HSV(B) | 193.7º | 0.53% | 0.95% | - |
| XYZ | 46.36 | 57.02 | 91.78 | - |
| YUV | 186 | 159.03 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 212 | 241 | 0.53 | 0.12 | 0 | 0.05 | 193.7 | 0.82 | 0.7 |
| Hex | 72 | D4 | F1 | 35 | C | 0 | 5 | C2 | 52 | 46 |
| Octal | 162 | 324 | 361 | 65 | 14 | 0 | 5 | 302 | 122 | 106 |
| Binary | 1110010 | 11010100 | 11110001 | 110101 | 1100 | 0 | 101 | 11000010 | 1010010 | 1000110 |
Color Harmonies of #72D4F1
Complementary color
Monochromatic Colors of #72D4F1
Black with #72D4F1
Text Example
Text Example
White with #72D4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D4F1; }
p { color: rgb(114,212,241); }
H1.HeaderClassName
{
color: #72D4F1;
}
.AnyTagClassName
{
color: #72D4F1;
}
</style>
background-color css
<style>
a { background-color: #72D4F1; }
a { background-color: rgb(114,212,241); }
div.DivClassName
{
background-color: #72D4F1;
}
.BgClassName
{
background-color: #72D4F1;
}
</style>
border-color css
<style>
span { border-color: #72D4F1; }
span { border-color: rgb(114,212,241); }
td.TdClassName
{
border-color: #72D4F1;
}
.TagClassName
{
border-color: #72D4F1;
}
</style>