Shades of Turquoise #48DFE8
Tints of Turquoise #48DFE8
RGB
CMYK
RGB Variations
Color information
#48DFE8 (or 0x48DFE8) is known color: Turquoise. HEX triplet: 48, DF and E8. RGB value is (72,223,232). Sum of RGB (Red+Green+Blue) = 72+223+232=527 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.66% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #48DFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DFE8 is #B72017. Grayscale: #B2B2B2. Windows color (decimal): -12001304 or 15261512. OLE color: 15261512.
HSL color Cylindrical-coordinate representation of color #48DFE8: hue angle of 183.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48DFE8 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 223 | 232 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.09 |
| HSL | 183.38º | 0.78% | 0.6% | - |
| HSV(B) | 183.38º | 0.69% | 0.91% | - |
| XYZ | 43.63 | 59.98 | 85.62 | - |
| YUV | 178.88 | 157.97 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 232 | 0.69 | 0.04 | 0 | 0.09 | 183.38 | 0.78 | 0.6 |
| Hex | 48 | DF | E8 | 45 | 4 | 0 | 9 | B7 | 4E | 3C |
| Octal | 110 | 337 | 350 | 105 | 4 | 0 | 11 | 267 | 116 | 74 |
| Binary | 1001000 | 11011111 | 11101000 | 1000101 | 100 | 0 | 1001 | 10110111 | 1001110 | 111100 |
Color Harmonies of #48DFE8
Complementary color
Monochromatic Colors of #48DFE8
Black with #48DFE8
Text Example
Text Example
White with #48DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DFE8; }
p { color: rgb(72,223,232); }
H1.HeaderClassName
{
color: #48DFE8;
}
.AnyTagClassName
{
color: #48DFE8;
}
</style>
background-color css
<style>
a { background-color: #48DFE8; }
a { background-color: rgb(72,223,232); }
div.DivClassName
{
background-color: #48DFE8;
}
.BgClassName
{
background-color: #48DFE8;
}
</style>
border-color css
<style>
span { border-color: #48DFE8; }
span { border-color: rgb(72,223,232); }
td.TdClassName
{
border-color: #48DFE8;
}
.TagClassName
{
border-color: #48DFE8;
}
</style>