Shades of Medium Turquoise #30C8CE
Tints of Medium Turquoise #30C8CE
RGB
CMYK
RGB Variations
Color information
#30C8CE (or 0x30C8CE) is known color: Medium Turquoise. HEX triplet: 30, C8 and CE. RGB value is (48,200,206). Sum of RGB (Red+Green+Blue) = 48+200+206=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #30C8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C8CE is #CF3731. Grayscale: #9B9B9B. Windows color (decimal): -13580082 or 13551664. OLE color: 13551664.
HSL color Cylindrical-coordinate representation of color #30C8CE: hue angle of 182.28º 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 #30C8CE is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 200 | 206 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.19 |
| HSL | 182.28º | 0.62% | 0.5% | - |
| HSV(B) | 182.28º | 0.77% | 0.81% | - |
| XYZ | 33.01 | 46.39 | 65.61 | - |
| YUV | 155.24 | 156.64 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 206 | 0.77 | 0.03 | 0 | 0.19 | 182.28 | 0.62 | 0.5 |
| Hex | 30 | C8 | CE | 4D | 3 | 0 | 13 | B6 | 3E | 32 |
| Octal | 60 | 310 | 316 | 115 | 3 | 0 | 23 | 266 | 76 | 62 |
| Binary | 110000 | 11001000 | 11001110 | 1001101 | 11 | 0 | 10011 | 10110110 | 111110 | 110010 |
Color Harmonies of #30C8CE
Complementary color
Monochromatic Colors of #30C8CE
Black with #30C8CE
Text Example
Text Example
White with #30C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C8CE; }
p { color: rgb(48,200,206); }
H1.HeaderClassName
{
color: #30C8CE;
}
.AnyTagClassName
{
color: #30C8CE;
}
</style>
background-color css
<style>
a { background-color: #30C8CE; }
a { background-color: rgb(48,200,206); }
div.DivClassName
{
background-color: #30C8CE;
}
.BgClassName
{
background-color: #30C8CE;
}
</style>
border-color css
<style>
span { border-color: #30C8CE; }
span { border-color: rgb(48,200,206); }
td.TdClassName
{
border-color: #30C8CE;
}
.TagClassName
{
border-color: #30C8CE;
}
</style>