Shades of Turquoise Blue #48D2EF
Tints of Turquoise Blue #48D2EF
RGB
CMYK
RGB Variations
Color information
#48D2EF (or 0x48D2EF) is known color: Turquoise Blue. HEX triplet: 48, D2 and EF. RGB value is (72,210,239). Sum of RGB (Red+Green+Blue) = 72+210+239=521 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.82% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #48D2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48D2EF is #B72D10. Grayscale: #ABABAB. Windows color (decimal): -12004625 or 15716936. OLE color: 15716936.
HSL color Cylindrical-coordinate representation of color #48D2EF: hue angle of 190.42º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48D2EF is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 210 | 239 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.06 |
| HSL | 190.42º | 0.84% | 0.61% | - |
| HSV(B) | 190.42º | 0.7% | 0.94% | - |
| XYZ | 41.3 | 53.7 | 89.85 | - |
| YUV | 172.04 | 165.78 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 239 | 0.70 | 0.12 | 0 | 0.06 | 190.42 | 0.84 | 0.61 |
| Hex | 48 | D2 | EF | 46 | C | 0 | 6 | BE | 54 | 3D |
| Octal | 110 | 322 | 357 | 106 | 14 | 0 | 6 | 276 | 124 | 75 |
| Binary | 1001000 | 11010010 | 11101111 | 1000110 | 1100 | 0 | 110 | 10111110 | 1010100 | 111101 |
Color Harmonies of #48D2EF
Complementary color
Monochromatic Colors of #48D2EF
Black with #48D2EF
Text Example
Text Example
White with #48D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D2EF; }
p { color: rgb(72,210,239); }
H1.HeaderClassName
{
color: #48D2EF;
}
.AnyTagClassName
{
color: #48D2EF;
}
</style>
background-color css
<style>
a { background-color: #48D2EF; }
a { background-color: rgb(72,210,239); }
div.DivClassName
{
background-color: #48D2EF;
}
.BgClassName
{
background-color: #48D2EF;
}
</style>
border-color css
<style>
span { border-color: #48D2EF; }
span { border-color: rgb(72,210,239); }
td.TdClassName
{
border-color: #48D2EF;
}
.TagClassName
{
border-color: #48D2EF;
}
</style>