Shades of Turquoise #48E6CF
Tints of Turquoise #48E6CF
RGB
CMYK
RGB Variations
Color information
#48E6CF (or 0x48E6CF) is known color: Turquoise. HEX triplet: 48, E6 and CF. RGB value is (72,230,207). Sum of RGB (Red+Green+Blue) = 72+230+207=509 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.15% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E6CF is #B71930. Grayscale: #B4B4B4. Windows color (decimal): -11999537 or 13624904. OLE color: 13624904.
HSL color Cylindrical-coordinate representation of color #48E6CF: hue angle of 171.27º 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 #48E6CF is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 230 | 207 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.10 |
| HSL | 171.27º | 0.76% | 0.59% | - |
| HSV(B) | 171.27º | 0.69% | 0.9% | - |
| XYZ | 42.23 | 62.48 | 68.86 | - |
| YUV | 180.14 | 143.15 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 230 | 207 | 0.69 | 0 | 0.10 | 0.10 | 171.27 | 0.76 | 0.59 |
| Hex | 48 | E6 | CF | 45 | 0 | A | A | AB | 4C | 3B |
| Octal | 110 | 346 | 317 | 105 | 0 | 12 | 12 | 253 | 114 | 73 |
| Binary | 1001000 | 11100110 | 11001111 | 1000101 | 0 | 1010 | 1010 | 10101011 | 1001100 | 111011 |
Color Harmonies of #48E6CF
Complementary color
Monochromatic Colors of #48E6CF
Black with #48E6CF
Text Example
Text Example
White with #48E6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E6CF; }
p { color: rgb(72,230,207); }
H1.HeaderClassName
{
color: #48E6CF;
}
.AnyTagClassName
{
color: #48E6CF;
}
</style>
background-color css
<style>
a { background-color: #48E6CF; }
a { background-color: rgb(72,230,207); }
div.DivClassName
{
background-color: #48E6CF;
}
.BgClassName
{
background-color: #48E6CF;
}
</style>
border-color css
<style>
span { border-color: #48E6CF; }
span { border-color: rgb(72,230,207); }
td.TdClassName
{
border-color: #48E6CF;
}
.TagClassName
{
border-color: #48E6CF;
}
</style>