Shades of Turquoise #48E6DF
Tints of Turquoise #48E6DF
RGB
CMYK
RGB Variations
Color information
#48E6DF (or 0x48E6DF) is known color: Turquoise. HEX triplet: 48, E6 and DF. RGB value is (72,230,223). Sum of RGB (Red+Green+Blue) = 72+230+223=525 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.71% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E6DF is #B71920. Grayscale: #B5B5B5. Windows color (decimal): -11999521 or 14673480. OLE color: 14673480.
HSL color Cylindrical-coordinate representation of color #48E6DF: hue angle of 177.34º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E6DF is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 230 | 223 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.10 |
| HSL | 177.34º | 0.76% | 0.59% | - |
| HSV(B) | 177.34º | 0.69% | 0.9% | - |
| XYZ | 44.29 | 63.3 | 79.7 | - |
| YUV | 181.96 | 151.15 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 230 | 223 | 0.69 | 0 | 0.03 | 0.10 | 177.34 | 0.76 | 0.59 |
| Hex | 48 | E6 | DF | 45 | 0 | 3 | A | B1 | 4C | 3B |
| Octal | 110 | 346 | 337 | 105 | 0 | 3 | 12 | 261 | 114 | 73 |
| Binary | 1001000 | 11100110 | 11011111 | 1000101 | 0 | 11 | 1010 | 10110001 | 1001100 | 111011 |
Color Harmonies of #48E6DF
Complementary color
Monochromatic Colors of #48E6DF
Black with #48E6DF
Text Example
Text Example
White with #48E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E6DF; }
p { color: rgb(72,230,223); }
H1.HeaderClassName
{
color: #48E6DF;
}
.AnyTagClassName
{
color: #48E6DF;
}
</style>
background-color css
<style>
a { background-color: #48E6DF; }
a { background-color: rgb(72,230,223); }
div.DivClassName
{
background-color: #48E6DF;
}
.BgClassName
{
background-color: #48E6DF;
}
</style>
border-color css
<style>
span { border-color: #48E6DF; }
span { border-color: rgb(72,230,223); }
td.TdClassName
{
border-color: #48E6DF;
}
.TagClassName
{
border-color: #48E6DF;
}
</style>