Shades of Medium Turquoise #30CDDB
Tints of Medium Turquoise #30CDDB
RGB
CMYK
RGB Variations
Color information
#30CDDB (or 0x30CDDB) is known color: Medium Turquoise. HEX triplet: 30, CD and DB. RGB value is (48,205,219). Sum of RGB (Red+Green+Blue) = 48+205+219=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #30CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDDB is #CF3224. Grayscale: #9F9F9F. Windows color (decimal): -13578789 or 14404912. OLE color: 14404912.
HSL color Cylindrical-coordinate representation of color #30CDDB: hue angle of 184.91º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30CDDB is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 205 | 219 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.14 |
| HSL | 184.91º | 0.7% | 0.52% | - |
| HSV(B) | 184.91º | 0.78% | 0.86% | - |
| XYZ | 35.84 | 49.41 | 74.67 | - |
| YUV | 159.65 | 161.49 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 219 | 0.78 | 0.06 | 0 | 0.14 | 184.91 | 0.7 | 0.52 |
| Hex | 30 | CD | DB | 4E | 6 | 0 | E | B9 | 46 | 34 |
| Octal | 60 | 315 | 333 | 116 | 6 | 0 | 16 | 271 | 106 | 64 |
| Binary | 110000 | 11001101 | 11011011 | 1001110 | 110 | 0 | 1110 | 10111001 | 1000110 | 110100 |
Color Harmonies of #30CDDB
Complementary color
Monochromatic Colors of #30CDDB
Black with #30CDDB
Text Example
Text Example
White with #30CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDDB; }
p { color: rgb(48,205,219); }
H1.HeaderClassName
{
color: #30CDDB;
}
.AnyTagClassName
{
color: #30CDDB;
}
</style>
background-color css
<style>
a { background-color: #30CDDB; }
a { background-color: rgb(48,205,219); }
div.DivClassName
{
background-color: #30CDDB;
}
.BgClassName
{
background-color: #30CDDB;
}
</style>
border-color css
<style>
span { border-color: #30CDDB; }
span { border-color: rgb(48,205,219); }
td.TdClassName
{
border-color: #30CDDB;
}
.TagClassName
{
border-color: #30CDDB;
}
</style>