Shades of Medium Turquoise #30C9CE
Tints of Medium Turquoise #30C9CE
RGB
CMYK
RGB Variations
Color information
#30C9CE (or 0x30C9CE) is known color: Medium Turquoise. HEX triplet: 30, C9 and CE. RGB value is (48,201,206). Sum of RGB (Red+Green+Blue) = 48+201+206=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #30C9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C9CE is #CF3631. Grayscale: #9B9B9B. Windows color (decimal): -13579826 or 13551920. OLE color: 13551920.
HSL color Cylindrical-coordinate representation of color #30C9CE: hue angle of 181.9º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30C9CE is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 201 | 206 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.19 |
| HSL | 181.9º | 0.62% | 0.5% | - |
| HSV(B) | 181.9º | 0.77% | 0.81% | - |
| XYZ | 33.25 | 46.86 | 65.68 | - |
| YUV | 155.82 | 156.31 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 201 | 206 | 0.77 | 0.02 | 0 | 0.19 | 181.9 | 0.62 | 0.5 |
| Hex | 30 | C9 | CE | 4D | 2 | 0 | 13 | B6 | 3E | 32 |
| Octal | 60 | 311 | 316 | 115 | 2 | 0 | 23 | 266 | 76 | 62 |
| Binary | 110000 | 11001001 | 11001110 | 1001101 | 10 | 0 | 10011 | 10110110 | 111110 | 110010 |
Color Harmonies of #30C9CE
Complementary color
Monochromatic Colors of #30C9CE
Black with #30C9CE
Text Example
Text Example
White with #30C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C9CE; }
p { color: rgb(48,201,206); }
H1.HeaderClassName
{
color: #30C9CE;
}
.AnyTagClassName
{
color: #30C9CE;
}
</style>
background-color css
<style>
a { background-color: #30C9CE; }
a { background-color: rgb(48,201,206); }
div.DivClassName
{
background-color: #30C9CE;
}
.BgClassName
{
background-color: #30C9CE;
}
</style>
border-color css
<style>
span { border-color: #30C9CE; }
span { border-color: rgb(48,201,206); }
td.TdClassName
{
border-color: #30C9CE;
}
.TagClassName
{
border-color: #30C9CE;
}
</style>