Shades of Medium Turquoise #30CDC7
Tints of Medium Turquoise #30CDC7
RGB
CMYK
RGB Variations
Color information
#30CDC7 (or 0x30CDC7) is known color: Medium Turquoise. HEX triplet: 30, CD and C7. RGB value is (48,205,199). Sum of RGB (Red+Green+Blue) = 48+205+199=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDC7 is #CF3238. Grayscale: #9D9D9D. Windows color (decimal): -13578809 or 13094192. OLE color: 13094192.
HSL color Cylindrical-coordinate representation of color #30CDC7: hue angle of 177.71º 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 #30CDC7 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 199 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.20 |
| HSL | 177.71º | 0.62% | 0.5% | - |
| HSV(B) | 177.71º | 0.77% | 0.8% | - |
| XYZ | 33.36 | 48.41 | 61.62 | - |
| YUV | 157.37 | 151.49 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 199 | 0.77 | 0 | 0.03 | 0.20 | 177.71 | 0.62 | 0.5 |
| Hex | 30 | CD | C7 | 4D | 0 | 3 | 14 | B2 | 3E | 32 |
| Octal | 60 | 315 | 307 | 115 | 0 | 3 | 24 | 262 | 76 | 62 |
| Binary | 110000 | 11001101 | 11000111 | 1001101 | 0 | 11 | 10100 | 10110010 | 111110 | 110010 |
Color Harmonies of #30CDC7
Complementary color
Monochromatic Colors of #30CDC7
Black with #30CDC7
Text Example
Text Example
White with #30CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDC7; }
p { color: rgb(48,205,199); }
H1.HeaderClassName
{
color: #30CDC7;
}
.AnyTagClassName
{
color: #30CDC7;
}
</style>
background-color css
<style>
a { background-color: #30CDC7; }
a { background-color: rgb(48,205,199); }
div.DivClassName
{
background-color: #30CDC7;
}
.BgClassName
{
background-color: #30CDC7;
}
</style>
border-color css
<style>
span { border-color: #30CDC7; }
span { border-color: rgb(48,205,199); }
td.TdClassName
{
border-color: #30CDC7;
}
.TagClassName
{
border-color: #30CDC7;
}
</style>