Shades of Medium Turquoise #30CDCE
Tints of Medium Turquoise #30CDCE
RGB
CMYK
RGB Variations
Color information
#30CDCE (or 0x30CDCE) is known color: Medium Turquoise. HEX triplet: 30, CD and CE. RGB value is (48,205,206). Sum of RGB (Red+Green+Blue) = 48+205+206=459 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.46% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #30CDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDCE is #CF3231. Grayscale: #9E9E9E. Windows color (decimal): -13578802 or 13552944. OLE color: 13552944.
HSL color Cylindrical-coordinate representation of color #30CDCE: hue angle of 180.38º 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 #30CDCE is Cyan = 0.77, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 205 | 206 | - |
| CMYK | 0.77 | 0.00 | 0 | 0.19 |
| HSL | 180.38º | 0.62% | 0.5% | - |
| HSV(B) | 180.38º | 0.77% | 0.81% | - |
| XYZ | 34.19 | 48.75 | 66 | - |
| YUV | 158.17 | 154.99 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 206 | 0.77 | 0.00 | 0 | 0.19 | 180.38 | 0.62 | 0.5 |
| Hex | 30 | CD | CE | 4D | 0 | 0 | 13 | B4 | 3E | 32 |
| Octal | 60 | 315 | 316 | 115 | 0 | 0 | 23 | 264 | 76 | 62 |
| Binary | 110000 | 11001101 | 11001110 | 1001101 | 0 | 0 | 10011 | 10110100 | 111110 | 110010 |
Color Harmonies of #30CDCE
Complementary color
Monochromatic Colors of #30CDCE
Black with #30CDCE
Text Example
Text Example
White with #30CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDCE; }
p { color: rgb(48,205,206); }
H1.HeaderClassName
{
color: #30CDCE;
}
.AnyTagClassName
{
color: #30CDCE;
}
</style>
background-color css
<style>
a { background-color: #30CDCE; }
a { background-color: rgb(48,205,206); }
div.DivClassName
{
background-color: #30CDCE;
}
.BgClassName
{
background-color: #30CDCE;
}
</style>
border-color css
<style>
span { border-color: #30CDCE; }
span { border-color: rgb(48,205,206); }
td.TdClassName
{
border-color: #30CDCE;
}
.TagClassName
{
border-color: #30CDCE;
}
</style>