Shades of Turquoise #30EADE
Tints of Turquoise #30EADE
RGB
CMYK
RGB Variations
Color information
#30EADE (or 0x30EADE) is known color: Turquoise. HEX triplet: 30, EA and DE. RGB value is (48,234,222). Sum of RGB (Red+Green+Blue) = 48+234+222=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #30EADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EADE is #CF1521. Grayscale: #B0B0B0. Windows color (decimal): -13571362 or 14608944. OLE color: 14608944.
HSL color Cylindrical-coordinate representation of color #30EADE: hue angle of 176.13º 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 #30EADE is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 222 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.08 |
| HSL | 176.13º | 0.82% | 0.55% | - |
| HSV(B) | 176.13º | 0.79% | 0.92% | - |
| XYZ | 43.83 | 64.75 | 79.29 | - |
| YUV | 177.02 | 153.38 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 222 | 0.79 | 0 | 0.05 | 0.08 | 176.13 | 0.82 | 0.55 |
| Hex | 30 | EA | DE | 4F | 0 | 5 | 8 | B0 | 52 | 37 |
| Octal | 60 | 352 | 336 | 117 | 0 | 5 | 10 | 260 | 122 | 67 |
| Binary | 110000 | 11101010 | 11011110 | 1001111 | 0 | 101 | 1000 | 10110000 | 1010010 | 110111 |
Color Harmonies of #30EADE
Complementary color
Monochromatic Colors of #30EADE
Black with #30EADE
Text Example
Text Example
White with #30EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EADE; }
p { color: rgb(48,234,222); }
H1.HeaderClassName
{
color: #30EADE;
}
.AnyTagClassName
{
color: #30EADE;
}
</style>
background-color css
<style>
a { background-color: #30EADE; }
a { background-color: rgb(48,234,222); }
div.DivClassName
{
background-color: #30EADE;
}
.BgClassName
{
background-color: #30EADE;
}
</style>
border-color css
<style>
span { border-color: #30EADE; }
span { border-color: rgb(48,234,222); }
td.TdClassName
{
border-color: #30EADE;
}
.TagClassName
{
border-color: #30EADE;
}
</style>