Shades of Turquoise Blue #72DCFD
Tints of Turquoise Blue #72DCFD
RGB
CMYK
RGB Variations
Color information
#72DCFD (or 0x72DCFD) is known color: Turquoise Blue. HEX triplet: 72, DC and FD. RGB value is (114,220,253). Sum of RGB (Red+Green+Blue) = 114+220+253=587 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.42% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #72DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DCFD is #8D2302. Grayscale: #BFBFBF. Windows color (decimal): -9249539 or 16637042. OLE color: 16637042.
HSL color Cylindrical-coordinate representation of color #72DCFD: hue angle of 194.24º degrees, saturation: 0.97, 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 #72DCFD is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 220 | 253 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.01 |
| HSL | 194.24º | 0.97% | 0.72% | - |
| HSV(B) | 194.24º | 0.55% | 0.99% | - |
| XYZ | 50.26 | 61.86 | 102.22 | - |
| YUV | 192.07 | 162.38 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 253 | 0.55 | 0.13 | 0 | 0.01 | 194.24 | 0.97 | 0.72 |
| Hex | 72 | DC | FD | 37 | D | 0 | 1 | C2 | 61 | 48 |
| Octal | 162 | 334 | 375 | 67 | 15 | 0 | 1 | 302 | 141 | 110 |
| Binary | 1110010 | 11011100 | 11111101 | 110111 | 1101 | 0 | 1 | 11000010 | 1100001 | 1001000 |
Color Harmonies of #72DCFD
Complementary color
Monochromatic Colors of #72DCFD
Black with #72DCFD
Text Example
Text Example
White with #72DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCFD; }
p { color: rgb(114,220,253); }
H1.HeaderClassName
{
color: #72DCFD;
}
.AnyTagClassName
{
color: #72DCFD;
}
</style>
background-color css
<style>
a { background-color: #72DCFD; }
a { background-color: rgb(114,220,253); }
div.DivClassName
{
background-color: #72DCFD;
}
.BgClassName
{
background-color: #72DCFD;
}
</style>
border-color css
<style>
span { border-color: #72DCFD; }
span { border-color: rgb(114,220,253); }
td.TdClassName
{
border-color: #72DCFD;
}
.TagClassName
{
border-color: #72DCFD;
}
</style>