Shades of Turquoise #30EADA
Tints of Turquoise #30EADA
RGB
CMYK
RGB Variations
Color information
#30EADA (or 0x30EADA) is known color: Turquoise. HEX triplet: 30, EA and DA. RGB value is (48,234,218). Sum of RGB (Red+Green+Blue) = 48+234+218=500 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.6% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #30EADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EADA is #CF1525. Grayscale: #B0B0B0. Windows color (decimal): -13571366 or 14346800. OLE color: 14346800.
HSL color Cylindrical-coordinate representation of color #30EADA: hue angle of 174.84º 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 #30EADA is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 218 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.08 |
| HSL | 174.84º | 0.82% | 0.55% | - |
| HSV(B) | 174.84º | 0.79% | 0.92% | - |
| XYZ | 43.3 | 64.54 | 76.5 | - |
| YUV | 176.56 | 151.38 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 218 | 0.79 | 0 | 0.07 | 0.08 | 174.84 | 0.82 | 0.55 |
| Hex | 30 | EA | DA | 4F | 0 | 7 | 8 | AF | 52 | 37 |
| Octal | 60 | 352 | 332 | 117 | 0 | 7 | 10 | 257 | 122 | 67 |
| Binary | 110000 | 11101010 | 11011010 | 1001111 | 0 | 111 | 1000 | 10101111 | 1010010 | 110111 |
Color Harmonies of #30EADA
Complementary color
Monochromatic Colors of #30EADA
Black with #30EADA
Text Example
Text Example
White with #30EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EADA; }
p { color: rgb(48,234,218); }
H1.HeaderClassName
{
color: #30EADA;
}
.AnyTagClassName
{
color: #30EADA;
}
</style>
background-color css
<style>
a { background-color: #30EADA; }
a { background-color: rgb(48,234,218); }
div.DivClassName
{
background-color: #30EADA;
}
.BgClassName
{
background-color: #30EADA;
}
</style>
border-color css
<style>
span { border-color: #30EADA; }
span { border-color: rgb(48,234,218); }
td.TdClassName
{
border-color: #30EADA;
}
.TagClassName
{
border-color: #30EADA;
}
</style>