Shades of Turquoise Blue #48D0FE
Tints of Turquoise Blue #48D0FE
RGB
CMYK
RGB Variations
Color information
#48D0FE (or 0x48D0FE) is known color: Turquoise Blue. HEX triplet: 48, D0 and FE. RGB value is (72,208,254). Sum of RGB (Red+Green+Blue) = 72+208+254=534 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.48% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #48D0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48D0FE is #B72F01. Grayscale: #ACACAC. Windows color (decimal): -12005122 or 16699464. OLE color: 16699464.
HSL color Cylindrical-coordinate representation of color #48D0FE: hue angle of 195.16º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48D0FE is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 208 | 254 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.00 |
| HSL | 195.16º | 0.99% | 0.64% | - |
| HSV(B) | 195.16º | 0.72% | 1% | - |
| XYZ | 43.12 | 53.65 | 101.85 | - |
| YUV | 172.58 | 173.94 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 254 | 0.72 | 0.18 | 0 | 0.00 | 195.16 | 0.99 | 0.64 |
| Hex | 48 | D0 | FE | 48 | 12 | 0 | 0 | C3 | 63 | 40 |
| Octal | 110 | 320 | 376 | 110 | 22 | 0 | 0 | 303 | 143 | 100 |
| Binary | 1001000 | 11010000 | 11111110 | 1001000 | 10010 | 0 | 0 | 11000011 | 1100011 | 1000000 |
Color Harmonies of #48D0FE
Complementary color
Monochromatic Colors of #48D0FE
Black with #48D0FE
Text Example
Text Example
White with #48D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D0FE; }
p { color: rgb(72,208,254); }
H1.HeaderClassName
{
color: #48D0FE;
}
.AnyTagClassName
{
color: #48D0FE;
}
</style>
background-color css
<style>
a { background-color: #48D0FE; }
a { background-color: rgb(72,208,254); }
div.DivClassName
{
background-color: #48D0FE;
}
.BgClassName
{
background-color: #48D0FE;
}
</style>
border-color css
<style>
span { border-color: #48D0FE; }
span { border-color: rgb(72,208,254); }
td.TdClassName
{
border-color: #48D0FE;
}
.TagClassName
{
border-color: #48D0FE;
}
</style>