Shades of Turquoise #30EECB
Tints of Turquoise #30EECB
RGB
CMYK
RGB Variations
Color information
#30EECB (or 0x30EECB) is known color: Turquoise. HEX triplet: 30, EE and CB. RGB value is (48,238,203). Sum of RGB (Red+Green+Blue) = 48+238+203=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #30EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EECB is #CF1134. Grayscale: #B1B1B1. Windows color (decimal): -13570357 or 13364784. OLE color: 13364784.
HSL color Cylindrical-coordinate representation of color #30EECB: hue angle of 168.95º 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 #30EECB is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 203 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.07 |
| HSL | 168.95º | 0.85% | 0.56% | - |
| HSV(B) | 168.95º | 0.8% | 0.93% | - |
| XYZ | 42.57 | 66.09 | 67.01 | - |
| YUV | 177.2 | 142.55 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 203 | 0.80 | 0 | 0.15 | 0.07 | 168.95 | 0.85 | 0.56 |
| Hex | 30 | EE | CB | 50 | 0 | F | 7 | A9 | 55 | 38 |
| Octal | 60 | 356 | 313 | 120 | 0 | 17 | 7 | 251 | 125 | 70 |
| Binary | 110000 | 11101110 | 11001011 | 1010000 | 0 | 1111 | 111 | 10101001 | 1010101 | 111000 |
Color Harmonies of #30EECB
Complementary color
Monochromatic Colors of #30EECB
Black with #30EECB
Text Example
Text Example
White with #30EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EECB; }
p { color: rgb(48,238,203); }
H1.HeaderClassName
{
color: #30EECB;
}
.AnyTagClassName
{
color: #30EECB;
}
</style>
background-color css
<style>
a { background-color: #30EECB; }
a { background-color: rgb(48,238,203); }
div.DivClassName
{
background-color: #30EECB;
}
.BgClassName
{
background-color: #30EECB;
}
</style>
border-color css
<style>
span { border-color: #30EECB; }
span { border-color: rgb(48,238,203); }
td.TdClassName
{
border-color: #30EECB;
}
.TagClassName
{
border-color: #30EECB;
}
</style>