Shades of Turquoise Blue #72DCFE
Tints of Turquoise Blue #72DCFE
RGB
CMYK
RGB Variations
Color information
#72DCFE (or 0x72DCFE) is known color: Turquoise Blue. HEX triplet: 72, DC and FE. RGB value is (114,220,254). Sum of RGB (Red+Green+Blue) = 114+220+254=588 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.39% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #72DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DCFE is #8D2301. Grayscale: #BFBFBF. Windows color (decimal): -9249538 or 16702578. OLE color: 16702578.
HSL color Cylindrical-coordinate representation of color #72DCFE: hue angle of 194.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72DCFE is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 220 | 254 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.00 |
| HSL | 194.57º | 0.99% | 0.72% | - |
| HSV(B) | 194.57º | 0.55% | 1% | - |
| XYZ | 50.42 | 61.92 | 103.06 | - |
| YUV | 192.18 | 162.88 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 254 | 0.55 | 0.13 | 0 | 0.00 | 194.57 | 0.99 | 0.72 |
| Hex | 72 | DC | FE | 37 | D | 0 | 0 | C3 | 63 | 48 |
| Octal | 162 | 334 | 376 | 67 | 15 | 0 | 0 | 303 | 143 | 110 |
| Binary | 1110010 | 11011100 | 11111110 | 110111 | 1101 | 0 | 0 | 11000011 | 1100011 | 1001000 |
Color Harmonies of #72DCFE
Complementary color
Monochromatic Colors of #72DCFE
Black with #72DCFE
Text Example
Text Example
White with #72DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCFE; }
p { color: rgb(114,220,254); }
H1.HeaderClassName
{
color: #72DCFE;
}
.AnyTagClassName
{
color: #72DCFE;
}
</style>
background-color css
<style>
a { background-color: #72DCFE; }
a { background-color: rgb(114,220,254); }
div.DivClassName
{
background-color: #72DCFE;
}
.BgClassName
{
background-color: #72DCFE;
}
</style>
border-color css
<style>
span { border-color: #72DCFE; }
span { border-color: rgb(114,220,254); }
td.TdClassName
{
border-color: #72DCFE;
}
.TagClassName
{
border-color: #72DCFE;
}
</style>