Shades of Turquoise Blue #72DCE5
Tints of Turquoise Blue #72DCE5
RGB
CMYK
RGB Variations
Color information
#72DCE5 (or 0x72DCE5) is known color: Turquoise Blue. HEX triplet: 72, DC and E5. RGB value is (114,220,229). Sum of RGB (Red+Green+Blue) = 114+220+229=563 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.25% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #72DCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCE5 is #8D231A. Grayscale: #BDBDBD. Windows color (decimal): -9249563 or 15064178. OLE color: 15064178.
HSL color Cylindrical-coordinate representation of color #72DCE5: hue angle of 184.7º degrees, saturation: 0.69, 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 #72DCE5 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 220 | 229 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.10 |
| HSL | 184.7º | 0.69% | 0.67% | - |
| HSV(B) | 184.7º | 0.5% | 0.9% | - |
| XYZ | 46.68 | 60.42 | 83.33 | - |
| YUV | 189.33 | 150.38 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 229 | 0.50 | 0.04 | 0 | 0.10 | 184.7 | 0.69 | 0.67 |
| Hex | 72 | DC | E5 | 32 | 4 | 0 | A | B9 | 45 | 43 |
| Octal | 162 | 334 | 345 | 62 | 4 | 0 | 12 | 271 | 105 | 103 |
| Binary | 1110010 | 11011100 | 11100101 | 110010 | 100 | 0 | 1010 | 10111001 | 1000101 | 1000011 |
Color Harmonies of #72DCE5
Complementary color
Monochromatic Colors of #72DCE5
Black with #72DCE5
Text Example
Text Example
White with #72DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCE5; }
p { color: rgb(114,220,229); }
H1.HeaderClassName
{
color: #72DCE5;
}
.AnyTagClassName
{
color: #72DCE5;
}
</style>
background-color css
<style>
a { background-color: #72DCE5; }
a { background-color: rgb(114,220,229); }
div.DivClassName
{
background-color: #72DCE5;
}
.BgClassName
{
background-color: #72DCE5;
}
</style>
border-color css
<style>
span { border-color: #72DCE5; }
span { border-color: rgb(114,220,229); }
td.TdClassName
{
border-color: #72DCE5;
}
.TagClassName
{
border-color: #72DCE5;
}
</style>