Shades of Turquoise #48EACF
Tints of Turquoise #48EACF
RGB
CMYK
RGB Variations
Color information
#48EACF (or 0x48EACF) is known color: Turquoise. HEX triplet: 48, EA and CF. RGB value is (72,234,207). Sum of RGB (Red+Green+Blue) = 72+234+207=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #48EACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EACF is #B71530. Grayscale: #B6B6B6. Windows color (decimal): -11998513 or 13625928. OLE color: 13625928.
HSL color Cylindrical-coordinate representation of color #48EACF: hue angle of 170º 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 #48EACF is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 234 | 207 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.08 |
| HSL | 170º | 0.79% | 0.6% | - |
| HSV(B) | 170º | 0.69% | 0.92% | - |
| XYZ | 43.36 | 64.73 | 69.24 | - |
| YUV | 182.48 | 141.83 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 234 | 207 | 0.69 | 0 | 0.12 | 0.08 | 170 | 0.79 | 0.6 |
| Hex | 48 | EA | CF | 45 | 0 | C | 8 | AA | 4F | 3C |
| Octal | 110 | 352 | 317 | 105 | 0 | 14 | 10 | 252 | 117 | 74 |
| Binary | 1001000 | 11101010 | 11001111 | 1000101 | 0 | 1100 | 1000 | 10101010 | 1001111 | 111100 |
Color Harmonies of #48EACF
Complementary color
Monochromatic Colors of #48EACF
Black with #48EACF
Text Example
Text Example
White with #48EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EACF; }
p { color: rgb(72,234,207); }
H1.HeaderClassName
{
color: #48EACF;
}
.AnyTagClassName
{
color: #48EACF;
}
</style>
background-color css
<style>
a { background-color: #48EACF; }
a { background-color: rgb(72,234,207); }
div.DivClassName
{
background-color: #48EACF;
}
.BgClassName
{
background-color: #48EACF;
}
</style>
border-color css
<style>
span { border-color: #48EACF; }
span { border-color: rgb(72,234,207); }
td.TdClassName
{
border-color: #48EACF;
}
.TagClassName
{
border-color: #48EACF;
}
</style>