Shades of Turquoise #30E6CE
Tints of Turquoise #30E6CE
RGB
CMYK
RGB Variations
Color information
#30E6CE (or 0x30E6CE) is known color: Turquoise. HEX triplet: 30, E6 and CE. RGB value is (48,230,206). Sum of RGB (Red+Green+Blue) = 48+230+206=484 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.92% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E6CE is #CF1931. Grayscale: #ACACAC. Windows color (decimal): -13572402 or 13559344. OLE color: 13559344.
HSL color Cylindrical-coordinate representation of color #30E6CE: hue angle of 172.09º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E6CE is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 206 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.10 |
| HSL | 172.09º | 0.78% | 0.55% | - |
| HSV(B) | 172.09º | 0.79% | 0.9% | - |
| XYZ | 40.66 | 61.68 | 68.15 | - |
| YUV | 172.85 | 146.7 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 206 | 0.79 | 0 | 0.10 | 0.10 | 172.09 | 0.78 | 0.55 |
| Hex | 30 | E6 | CE | 4F | 0 | A | A | AC | 4E | 37 |
| Octal | 60 | 346 | 316 | 117 | 0 | 12 | 12 | 254 | 116 | 67 |
| Binary | 110000 | 11100110 | 11001110 | 1001111 | 0 | 1010 | 1010 | 10101100 | 1001110 | 110111 |
Color Harmonies of #30E6CE
Complementary color
Monochromatic Colors of #30E6CE
Black with #30E6CE
Text Example
Text Example
White with #30E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E6CE; }
p { color: rgb(48,230,206); }
H1.HeaderClassName
{
color: #30E6CE;
}
.AnyTagClassName
{
color: #30E6CE;
}
</style>
background-color css
<style>
a { background-color: #30E6CE; }
a { background-color: rgb(48,230,206); }
div.DivClassName
{
background-color: #30E6CE;
}
.BgClassName
{
background-color: #30E6CE;
}
</style>
border-color css
<style>
span { border-color: #30E6CE; }
span { border-color: rgb(48,230,206); }
td.TdClassName
{
border-color: #30E6CE;
}
.TagClassName
{
border-color: #30E6CE;
}
</style>