Shades of Turquoise #30EECC
Tints of Turquoise #30EECC
RGB
CMYK
RGB Variations
Color information
#30EECC (or 0x30EECC) is known color: Turquoise. HEX triplet: 30, EE and CC. RGB value is (48,238,204). Sum of RGB (Red+Green+Blue) = 48+238+204=490 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.80% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #30EECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EECC is #CF1133. Grayscale: #B1B1B1. Windows color (decimal): -13570356 or 13430320. OLE color: 13430320.
HSL color Cylindrical-coordinate representation of color #30EECC: hue angle of 169.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EECC is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 204 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.07 |
| HSL | 169.26º | 0.85% | 0.56% | - |
| HSV(B) | 169.26º | 0.8% | 0.93% | - |
| XYZ | 42.69 | 66.14 | 67.64 | - |
| YUV | 177.31 | 143.05 | 35.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 204 | 0.80 | 0 | 0.14 | 0.07 | 169.26 | 0.85 | 0.56 |
| Hex | 30 | EE | CC | 50 | 0 | E | 7 | A9 | 55 | 38 |
| Octal | 60 | 356 | 314 | 120 | 0 | 16 | 7 | 251 | 125 | 70 |
| Binary | 110000 | 11101110 | 11001100 | 1010000 | 0 | 1110 | 111 | 10101001 | 1010101 | 111000 |
Color Harmonies of #30EECC
Complementary color
Monochromatic Colors of #30EECC
Black with #30EECC
Text Example
Text Example
White with #30EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EECC; }
p { color: rgb(48,238,204); }
H1.HeaderClassName
{
color: #30EECC;
}
.AnyTagClassName
{
color: #30EECC;
}
</style>
background-color css
<style>
a { background-color: #30EECC; }
a { background-color: rgb(48,238,204); }
div.DivClassName
{
background-color: #30EECC;
}
.BgClassName
{
background-color: #30EECC;
}
</style>
border-color css
<style>
span { border-color: #30EECC; }
span { border-color: rgb(48,238,204); }
td.TdClassName
{
border-color: #30EECC;
}
.TagClassName
{
border-color: #30EECC;
}
</style>