Shades of Turquoise Blue #72D4E6
Tints of Turquoise Blue #72D4E6
RGB
CMYK
RGB Variations
Color information
#72D4E6 (or 0x72D4E6) is known color: Turquoise Blue. HEX triplet: 72, D4 and E6. RGB value is (114,212,230). Sum of RGB (Red+Green+Blue) = 114+212+230=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #72D4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D4E6 is #8D2B19. Grayscale: #B8B8B8. Windows color (decimal): -9251610 or 15127666. OLE color: 15127666.
HSL color Cylindrical-coordinate representation of color #72D4E6: hue angle of 189.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72D4E6 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 212 | 230 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.10 |
| HSL | 189.31º | 0.7% | 0.67% | - |
| HSV(B) | 189.31º | 0.5% | 0.9% | - |
| XYZ | 44.77 | 56.38 | 83.39 | - |
| YUV | 184.75 | 153.53 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 212 | 230 | 0.50 | 0.08 | 0 | 0.10 | 189.31 | 0.7 | 0.67 |
| Hex | 72 | D4 | E6 | 32 | 8 | 0 | A | BD | 46 | 43 |
| Octal | 162 | 324 | 346 | 62 | 10 | 0 | 12 | 275 | 106 | 103 |
| Binary | 1110010 | 11010100 | 11100110 | 110010 | 1000 | 0 | 1010 | 10111101 | 1000110 | 1000011 |
Color Harmonies of #72D4E6
Complementary color
Monochromatic Colors of #72D4E6
Black with #72D4E6
Text Example
Text Example
White with #72D4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D4E6; }
p { color: rgb(114,212,230); }
H1.HeaderClassName
{
color: #72D4E6;
}
.AnyTagClassName
{
color: #72D4E6;
}
</style>
background-color css
<style>
a { background-color: #72D4E6; }
a { background-color: rgb(114,212,230); }
div.DivClassName
{
background-color: #72D4E6;
}
.BgClassName
{
background-color: #72D4E6;
}
</style>
border-color css
<style>
span { border-color: #72D4E6; }
span { border-color: rgb(114,212,230); }
td.TdClassName
{
border-color: #72D4E6;
}
.TagClassName
{
border-color: #72D4E6;
}
</style>