Shades of Medium Turquoise #30C2CD
Tints of Medium Turquoise #30C2CD
RGB
CMYK
RGB Variations
Color information
#30C2CD (or 0x30C2CD) is known color: Medium Turquoise. HEX triplet: 30, C2 and CD. RGB value is (48,194,205). Sum of RGB (Red+Green+Blue) = 48+194+205=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #30C2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C2CD is #CF3D32. Grayscale: #979797. Windows color (decimal): -13581619 or 13484592. OLE color: 13484592.
HSL color Cylindrical-coordinate representation of color #30C2CD: hue angle of 184.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30C2CD is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 194 | 205 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.20 |
| HSL | 184.2º | 0.62% | 0.5% | - |
| HSV(B) | 184.2º | 0.77% | 0.8% | - |
| XYZ | 31.53 | 43.62 | 64.52 | - |
| YUV | 151.6 | 158.13 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 205 | 0.77 | 0.05 | 0 | 0.20 | 184.2 | 0.62 | 0.5 |
| Hex | 30 | C2 | CD | 4D | 5 | 0 | 14 | B8 | 3E | 32 |
| Octal | 60 | 302 | 315 | 115 | 5 | 0 | 24 | 270 | 76 | 62 |
| Binary | 110000 | 11000010 | 11001101 | 1001101 | 101 | 0 | 10100 | 10111000 | 111110 | 110010 |
Color Harmonies of #30C2CD
Complementary color
Monochromatic Colors of #30C2CD
Black with #30C2CD
Text Example
Text Example
White with #30C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C2CD; }
p { color: rgb(48,194,205); }
H1.HeaderClassName
{
color: #30C2CD;
}
.AnyTagClassName
{
color: #30C2CD;
}
</style>
background-color css
<style>
a { background-color: #30C2CD; }
a { background-color: rgb(48,194,205); }
div.DivClassName
{
background-color: #30C2CD;
}
.BgClassName
{
background-color: #30C2CD;
}
</style>
border-color css
<style>
span { border-color: #30C2CD; }
span { border-color: rgb(48,194,205); }
td.TdClassName
{
border-color: #30C2CD;
}
.TagClassName
{
border-color: #30C2CD;
}
</style>