Shades of Medium Turquoise #30C0CA
Tints of Medium Turquoise #30C0CA
RGB
CMYK
RGB Variations
Color information
#30C0CA (or 0x30C0CA) is known color: Medium Turquoise. HEX triplet: 30, C0 and CA. RGB value is (48,192,202). Sum of RGB (Red+Green+Blue) = 48+192+202=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #30C0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C0CA is #CF3F35. Grayscale: #959595. Windows color (decimal): -13582134 or 13287472. OLE color: 13287472.
HSL color Cylindrical-coordinate representation of color #30C0CA: hue angle of 183.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C0CA is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 192 | 202 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.21 |
| HSL | 183.9º | 0.62% | 0.49% | - |
| HSV(B) | 183.9º | 0.76% | 0.79% | - |
| XYZ | 30.73 | 42.59 | 62.48 | - |
| YUV | 150.08 | 157.29 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 202 | 0.76 | 0.05 | 0 | 0.21 | 183.9 | 0.62 | 0.49 |
| Hex | 30 | C0 | CA | 4C | 5 | 0 | 15 | B8 | 3E | 31 |
| Octal | 60 | 300 | 312 | 114 | 5 | 0 | 25 | 270 | 76 | 61 |
| Binary | 110000 | 11000000 | 11001010 | 1001100 | 101 | 0 | 10101 | 10111000 | 111110 | 110001 |
Color Harmonies of #30C0CA
Complementary color
Monochromatic Colors of #30C0CA
Black with #30C0CA
Text Example
Text Example
White with #30C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C0CA; }
p { color: rgb(48,192,202); }
H1.HeaderClassName
{
color: #30C0CA;
}
.AnyTagClassName
{
color: #30C0CA;
}
</style>
background-color css
<style>
a { background-color: #30C0CA; }
a { background-color: rgb(48,192,202); }
div.DivClassName
{
background-color: #30C0CA;
}
.BgClassName
{
background-color: #30C0CA;
}
</style>
border-color css
<style>
span { border-color: #30C0CA; }
span { border-color: rgb(48,192,202); }
td.TdClassName
{
border-color: #30C0CA;
}
.TagClassName
{
border-color: #30C0CA;
}
</style>