Shades of Turquoise Blue #48D2FF
Tints of Turquoise Blue #48D2FF
RGB
CMYK
RGB Variations
Color information
#48D2FF (or 0x48D2FF) is known color: Turquoise Blue. HEX triplet: 48, D2 and FF. RGB value is (72,210,255). Sum of RGB (Red+Green+Blue) = 72+210+255=537 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.41% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #48D2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48D2FF is #B72D00. Grayscale: #ADADAD. Windows color (decimal): -12004609 or 16765512. OLE color: 16765512.
HSL color Cylindrical-coordinate representation of color #48D2FF: hue angle of 194.75º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48D2FF is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 210 | 255 | - |
| CMYK | 0.72 | 0.18 | 0 | 0 |
| HSL | 194.75º | 1% | 0.64% | - |
| HSV(B) | 194.75º | 0.72% | 1% | - |
| XYZ | 43.77 | 54.69 | 102.86 | - |
| YUV | 173.87 | 173.78 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 255 | 0.72 | 0.18 | 0 | 0 | 194.75 | 1 | 0.64 |
| Hex | 48 | D2 | FF | 48 | 12 | 0 | 0 | C3 | 64 | 40 |
| Octal | 110 | 322 | 377 | 110 | 22 | 0 | 0 | 303 | 144 | 100 |
| Binary | 1001000 | 11010010 | 11111111 | 1001000 | 10010 | 0 | 0 | 11000011 | 1100100 | 1000000 |
Color Harmonies of #48D2FF
Complementary color
Monochromatic Colors of #48D2FF
Black with #48D2FF
Text Example
Text Example
White with #48D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D2FF; }
p { color: rgb(72,210,255); }
H1.HeaderClassName
{
color: #48D2FF;
}
.AnyTagClassName
{
color: #48D2FF;
}
</style>
background-color css
<style>
a { background-color: #48D2FF; }
a { background-color: rgb(72,210,255); }
div.DivClassName
{
background-color: #48D2FF;
}
.BgClassName
{
background-color: #48D2FF;
}
</style>
border-color css
<style>
span { border-color: #48D2FF; }
span { border-color: rgb(72,210,255); }
td.TdClassName
{
border-color: #48D2FF;
}
.TagClassName
{
border-color: #48D2FF;
}
</style>