Shades of Medium Turquoise #30C6CE
Tints of Medium Turquoise #30C6CE
RGB
CMYK
RGB Variations
Color information
#30C6CE (or 0x30C6CE) is known color: Medium Turquoise. HEX triplet: 30, C6 and CE. RGB value is (48,198,206). Sum of RGB (Red+Green+Blue) = 48+198+206=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #30C6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C6CE is #CF3931. Grayscale: #999999. Windows color (decimal): -13580594 or 13551152. OLE color: 13551152.
HSL color Cylindrical-coordinate representation of color #30C6CE: hue angle of 183.04º 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 #30C6CE is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 198 | 206 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.19 |
| HSL | 183.04º | 0.62% | 0.5% | - |
| HSV(B) | 183.04º | 0.77% | 0.81% | - |
| XYZ | 32.55 | 45.47 | 65.45 | - |
| YUV | 154.06 | 157.31 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 206 | 0.77 | 0.04 | 0 | 0.19 | 183.04 | 0.62 | 0.5 |
| Hex | 30 | C6 | CE | 4D | 4 | 0 | 13 | B7 | 3E | 32 |
| Octal | 60 | 306 | 316 | 115 | 4 | 0 | 23 | 267 | 76 | 62 |
| Binary | 110000 | 11000110 | 11001110 | 1001101 | 100 | 0 | 10011 | 10110111 | 111110 | 110010 |
Color Harmonies of #30C6CE
Complementary color
Monochromatic Colors of #30C6CE
Black with #30C6CE
Text Example
Text Example
White with #30C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C6CE; }
p { color: rgb(48,198,206); }
H1.HeaderClassName
{
color: #30C6CE;
}
.AnyTagClassName
{
color: #30C6CE;
}
</style>
background-color css
<style>
a { background-color: #30C6CE; }
a { background-color: rgb(48,198,206); }
div.DivClassName
{
background-color: #30C6CE;
}
.BgClassName
{
background-color: #30C6CE;
}
</style>
border-color css
<style>
span { border-color: #30C6CE; }
span { border-color: rgb(48,198,206); }
td.TdClassName
{
border-color: #30C6CE;
}
.TagClassName
{
border-color: #30C6CE;
}
</style>