Shades of Turquoise #30EAE1
Tints of Turquoise #30EAE1
RGB
CMYK
RGB Variations
Color information
#30EAE1 (or 0x30EAE1) is known color: Turquoise. HEX triplet: 30, EA and E1. RGB value is (48,234,225). Sum of RGB (Red+Green+Blue) = 48+234+225=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #30EAE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EAE1 is #CF151E. Grayscale: #B1B1B1. Windows color (decimal): -13571359 or 14805552. OLE color: 14805552.
HSL color Cylindrical-coordinate representation of color #30EAE1: hue angle of 177.1º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30EAE1 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 225 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.08 |
| HSL | 177.1º | 0.82% | 0.55% | - |
| HSV(B) | 177.1º | 0.79% | 0.92% | - |
| XYZ | 44.23 | 64.91 | 81.43 | - |
| YUV | 177.36 | 154.88 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 225 | 0.79 | 0 | 0.04 | 0.08 | 177.1 | 0.82 | 0.55 |
| Hex | 30 | EA | E1 | 4F | 0 | 4 | 8 | B1 | 52 | 37 |
| Octal | 60 | 352 | 341 | 117 | 0 | 4 | 10 | 261 | 122 | 67 |
| Binary | 110000 | 11101010 | 11100001 | 1001111 | 0 | 100 | 1000 | 10110001 | 1010010 | 110111 |
Color Harmonies of #30EAE1
Complementary color
Monochromatic Colors of #30EAE1
Black with #30EAE1
Text Example
Text Example
White with #30EAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EAE1; }
p { color: rgb(48,234,225); }
H1.HeaderClassName
{
color: #30EAE1;
}
.AnyTagClassName
{
color: #30EAE1;
}
</style>
background-color css
<style>
a { background-color: #30EAE1; }
a { background-color: rgb(48,234,225); }
div.DivClassName
{
background-color: #30EAE1;
}
.BgClassName
{
background-color: #30EAE1;
}
</style>
border-color css
<style>
span { border-color: #30EAE1; }
span { border-color: rgb(48,234,225); }
td.TdClassName
{
border-color: #30EAE1;
}
.TagClassName
{
border-color: #30EAE1;
}
</style>