Shades of Medium Turquoise #48CAE5
Tints of Medium Turquoise #48CAE5
RGB
CMYK
RGB Variations
Color information
#48CAE5 (or 0x48CAE5) is known color: Medium Turquoise. HEX triplet: 48, CA and E5. RGB value is (72,202,229). Sum of RGB (Red+Green+Blue) = 72+202+229=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #48CAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CAE5 is #B7351A. Grayscale: #A5A5A5. Windows color (decimal): -12006683 or 15059528. OLE color: 15059528.
HSL color Cylindrical-coordinate representation of color #48CAE5: hue angle of 190.32º degrees, saturation: 0.75, 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 #48CAE5 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 202 | 229 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.10 |
| HSL | 190.32º | 0.75% | 0.59% | - |
| HSV(B) | 190.32º | 0.69% | 0.9% | - |
| XYZ | 37.94 | 49.28 | 81.64 | - |
| YUV | 166.21 | 163.43 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 202 | 229 | 0.69 | 0.12 | 0 | 0.10 | 190.32 | 0.75 | 0.59 |
| Hex | 48 | CA | E5 | 45 | C | 0 | A | BE | 4B | 3B |
| Octal | 110 | 312 | 345 | 105 | 14 | 0 | 12 | 276 | 113 | 73 |
| Binary | 1001000 | 11001010 | 11100101 | 1000101 | 1100 | 0 | 1010 | 10111110 | 1001011 | 111011 |
Color Harmonies of #48CAE5
Complementary color
Monochromatic Colors of #48CAE5
Black with #48CAE5
Text Example
Text Example
White with #48CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CAE5; }
p { color: rgb(72,202,229); }
H1.HeaderClassName
{
color: #48CAE5;
}
.AnyTagClassName
{
color: #48CAE5;
}
</style>
background-color css
<style>
a { background-color: #48CAE5; }
a { background-color: rgb(72,202,229); }
div.DivClassName
{
background-color: #48CAE5;
}
.BgClassName
{
background-color: #48CAE5;
}
</style>
border-color css
<style>
span { border-color: #48CAE5; }
span { border-color: rgb(72,202,229); }
td.TdClassName
{
border-color: #48CAE5;
}
.TagClassName
{
border-color: #48CAE5;
}
</style>