Shades of Turquoise Blue #72DFFC
Tints of Turquoise Blue #72DFFC
RGB
CMYK
RGB Variations
Color information
#72DFFC (or 0x72DFFC) is known color: Turquoise Blue. HEX triplet: 72, DF and FC. RGB value is (114,223,252). Sum of RGB (Red+Green+Blue) = 114+223+252=589 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.35% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #72DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DFFC is #8D2003. Grayscale: #C1C1C1. Windows color (decimal): -9248772 or 16572274. OLE color: 16572274.
HSL color Cylindrical-coordinate representation of color #72DFFC: hue angle of 192.61º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72DFFC is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 223 | 252 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.01 |
| HSL | 192.61º | 0.96% | 0.72% | - |
| HSV(B) | 192.61º | 0.55% | 0.99% | - |
| XYZ | 50.9 | 63.38 | 101.65 | - |
| YUV | 193.72 | 160.89 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 252 | 0.55 | 0.12 | 0 | 0.01 | 192.61 | 0.96 | 0.72 |
| Hex | 72 | DF | FC | 37 | C | 0 | 1 | C1 | 60 | 48 |
| Octal | 162 | 337 | 374 | 67 | 14 | 0 | 1 | 301 | 140 | 110 |
| Binary | 1110010 | 11011111 | 11111100 | 110111 | 1100 | 0 | 1 | 11000001 | 1100000 | 1001000 |
Color Harmonies of #72DFFC
Complementary color
Monochromatic Colors of #72DFFC
Black with #72DFFC
Text Example
Text Example
White with #72DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DFFC; }
p { color: rgb(114,223,252); }
H1.HeaderClassName
{
color: #72DFFC;
}
.AnyTagClassName
{
color: #72DFFC;
}
</style>
background-color css
<style>
a { background-color: #72DFFC; }
a { background-color: rgb(114,223,252); }
div.DivClassName
{
background-color: #72DFFC;
}
.BgClassName
{
background-color: #72DFFC;
}
</style>
border-color css
<style>
span { border-color: #72DFFC; }
span { border-color: rgb(114,223,252); }
td.TdClassName
{
border-color: #72DFFC;
}
.TagClassName
{
border-color: #72DFFC;
}
</style>