Shades of Turquoise #30EACA
Tints of Turquoise #30EACA
RGB
CMYK
RGB Variations
Color information
#30EACA (or 0x30EACA) is known color: Turquoise. HEX triplet: 30, EA and CA. RGB value is (48,234,202). Sum of RGB (Red+Green+Blue) = 48+234+202=484 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.92% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #30EACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EACA is #CF1535. Grayscale: #AEAEAE. Windows color (decimal): -13571382 or 13298224. OLE color: 13298224.
HSL color Cylindrical-coordinate representation of color #30EACA: hue angle of 169.68º 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 #30EACA is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 202 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.08 |
| HSL | 169.68º | 0.82% | 0.55% | - |
| HSV(B) | 169.68º | 0.79% | 0.92% | - |
| XYZ | 41.3 | 63.74 | 66 | - |
| YUV | 174.74 | 143.38 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 202 | 0.79 | 0 | 0.14 | 0.08 | 169.68 | 0.82 | 0.55 |
| Hex | 30 | EA | CA | 4F | 0 | E | 8 | AA | 52 | 37 |
| Octal | 60 | 352 | 312 | 117 | 0 | 16 | 10 | 252 | 122 | 67 |
| Binary | 110000 | 11101010 | 11001010 | 1001111 | 0 | 1110 | 1000 | 10101010 | 1010010 | 110111 |
Color Harmonies of #30EACA
Complementary color
Monochromatic Colors of #30EACA
Black with #30EACA
Text Example
Text Example
White with #30EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EACA; }
p { color: rgb(48,234,202); }
H1.HeaderClassName
{
color: #30EACA;
}
.AnyTagClassName
{
color: #30EACA;
}
</style>
background-color css
<style>
a { background-color: #30EACA; }
a { background-color: rgb(48,234,202); }
div.DivClassName
{
background-color: #30EACA;
}
.BgClassName
{
background-color: #30EACA;
}
</style>
border-color css
<style>
span { border-color: #30EACA; }
span { border-color: rgb(48,234,202); }
td.TdClassName
{
border-color: #30EACA;
}
.TagClassName
{
border-color: #30EACA;
}
</style>