Shades of Turquoise #48E0EA
Tints of Turquoise #48E0EA
RGB
CMYK
RGB Variations
Color information
#48E0EA (or 0x48E0EA) is known color: Turquoise. HEX triplet: 48, E0 and EA. RGB value is (72,224,234). Sum of RGB (Red+Green+Blue) = 72+224+234=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #48E0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48E0EA is #B71F15. Grayscale: #B3B3B3. Windows color (decimal): -12001046 or 15392840. OLE color: 15392840.
HSL color Cylindrical-coordinate representation of color #48E0EA: hue angle of 183.7º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E0EA is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 224 | 234 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.08 |
| HSL | 183.7º | 0.79% | 0.6% | - |
| HSV(B) | 183.7º | 0.69% | 0.92% | - |
| XYZ | 44.18 | 60.63 | 87.22 | - |
| YUV | 179.69 | 158.64 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 224 | 234 | 0.69 | 0.04 | 0 | 0.08 | 183.7 | 0.79 | 0.6 |
| Hex | 48 | E0 | EA | 45 | 4 | 0 | 8 | B8 | 4F | 3C |
| Octal | 110 | 340 | 352 | 105 | 4 | 0 | 10 | 270 | 117 | 74 |
| Binary | 1001000 | 11100000 | 11101010 | 1000101 | 100 | 0 | 1000 | 10111000 | 1001111 | 111100 |
Color Harmonies of #48E0EA
Complementary color
Monochromatic Colors of #48E0EA
Black with #48E0EA
Text Example
Text Example
White with #48E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E0EA; }
p { color: rgb(72,224,234); }
H1.HeaderClassName
{
color: #48E0EA;
}
.AnyTagClassName
{
color: #48E0EA;
}
</style>
background-color css
<style>
a { background-color: #48E0EA; }
a { background-color: rgb(72,224,234); }
div.DivClassName
{
background-color: #48E0EA;
}
.BgClassName
{
background-color: #48E0EA;
}
</style>
border-color css
<style>
span { border-color: #48E0EA; }
span { border-color: rgb(72,224,234); }
td.TdClassName
{
border-color: #48E0EA;
}
.TagClassName
{
border-color: #48E0EA;
}
</style>