Shades of Turquoise Blue #72DCDF
Tints of Turquoise Blue #72DCDF
RGB
CMYK
RGB Variations
Color information
#72DCDF (or 0x72DCDF) is known color: Turquoise Blue. HEX triplet: 72, DC and DF. RGB value is (114,220,223). Sum of RGB (Red+Green+Blue) = 114+220+223=557 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.47% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #72DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCDF is #8D2320. Grayscale: #BCBCBC. Windows color (decimal): -9249569 or 14670962. OLE color: 14670962.
HSL color Cylindrical-coordinate representation of color #72DCDF: hue angle of 181.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DCDF is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 220 | 223 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.13 |
| HSL | 181.65º | 0.63% | 0.66% | - |
| HSV(B) | 181.65º | 0.49% | 0.87% | - |
| XYZ | 45.85 | 60.09 | 78.99 | - |
| YUV | 188.65 | 147.38 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 223 | 0.49 | 0.01 | 0 | 0.13 | 181.65 | 0.63 | 0.66 |
| Hex | 72 | DC | DF | 31 | 1 | 0 | D | B6 | 3F | 42 |
| Octal | 162 | 334 | 337 | 61 | 1 | 0 | 15 | 266 | 77 | 102 |
| Binary | 1110010 | 11011100 | 11011111 | 110001 | 1 | 0 | 1101 | 10110110 | 111111 | 1000010 |
Color Harmonies of #72DCDF
Complementary color
Monochromatic Colors of #72DCDF
Black with #72DCDF
Text Example
Text Example
White with #72DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCDF; }
p { color: rgb(114,220,223); }
H1.HeaderClassName
{
color: #72DCDF;
}
.AnyTagClassName
{
color: #72DCDF;
}
</style>
background-color css
<style>
a { background-color: #72DCDF; }
a { background-color: rgb(114,220,223); }
div.DivClassName
{
background-color: #72DCDF;
}
.BgClassName
{
background-color: #72DCDF;
}
</style>
border-color css
<style>
span { border-color: #72DCDF; }
span { border-color: rgb(114,220,223); }
td.TdClassName
{
border-color: #72DCDF;
}
.TagClassName
{
border-color: #72DCDF;
}
</style>