Shades of Medium Turquoise #30CDB8
Tints of Medium Turquoise #30CDB8
RGB
CMYK
RGB Variations
Color information
#30CDB8 (or 0x30CDB8) is known color: Medium Turquoise. HEX triplet: 30, CD and B8. RGB value is (48,205,184). Sum of RGB (Red+Green+Blue) = 48+205+184=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDB8 is #CF3247. Grayscale: #9B9B9B. Windows color (decimal): -13578824 or 12111152. OLE color: 12111152.
HSL color Cylindrical-coordinate representation of color #30CDB8: hue angle of 171.97º 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 #30CDB8 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 184 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.20 |
| HSL | 171.97º | 0.62% | 0.5% | - |
| HSV(B) | 171.97º | 0.77% | 0.8% | - |
| XYZ | 31.7 | 47.75 | 52.89 | - |
| YUV | 155.66 | 143.99 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 184 | 0.77 | 0 | 0.10 | 0.20 | 171.97 | 0.62 | 0.5 |
| Hex | 30 | CD | B8 | 4D | 0 | A | 14 | AC | 3E | 32 |
| Octal | 60 | 315 | 270 | 115 | 0 | 12 | 24 | 254 | 76 | 62 |
| Binary | 110000 | 11001101 | 10111000 | 1001101 | 0 | 1010 | 10100 | 10101100 | 111110 | 110010 |
Color Harmonies of #30CDB8
Complementary color
Monochromatic Colors of #30CDB8
Black with #30CDB8
Text Example
Text Example
White with #30CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDB8; }
p { color: rgb(48,205,184); }
H1.HeaderClassName
{
color: #30CDB8;
}
.AnyTagClassName
{
color: #30CDB8;
}
</style>
background-color css
<style>
a { background-color: #30CDB8; }
a { background-color: rgb(48,205,184); }
div.DivClassName
{
background-color: #30CDB8;
}
.BgClassName
{
background-color: #30CDB8;
}
</style>
border-color css
<style>
span { border-color: #30CDB8; }
span { border-color: rgb(48,205,184); }
td.TdClassName
{
border-color: #30CDB8;
}
.TagClassName
{
border-color: #30CDB8;
}
</style>