Shades of Medium Turquoise #30CCDB
Tints of Medium Turquoise #30CCDB
RGB
CMYK
RGB Variations
Color information
#30CCDB (or 0x30CCDB) is known color: Medium Turquoise. HEX triplet: 30, CC and DB. RGB value is (48,204,219). Sum of RGB (Red+Green+Blue) = 48+204+219=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #30CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CCDB is #CF3324. Grayscale: #9E9E9E. Windows color (decimal): -13579045 or 14404656. OLE color: 14404656.
HSL color Cylindrical-coordinate representation of color #30CCDB: hue angle of 185.26º 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 #30CCDB is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 204 | 219 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.14 |
| HSL | 185.26º | 0.7% | 0.52% | - |
| HSV(B) | 185.26º | 0.78% | 0.86% | - |
| XYZ | 35.6 | 48.93 | 74.59 | - |
| YUV | 159.07 | 161.82 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 219 | 0.78 | 0.07 | 0 | 0.14 | 185.26 | 0.7 | 0.52 |
| Hex | 30 | CC | DB | 4E | 7 | 0 | E | B9 | 46 | 34 |
| Octal | 60 | 314 | 333 | 116 | 7 | 0 | 16 | 271 | 106 | 64 |
| Binary | 110000 | 11001100 | 11011011 | 1001110 | 111 | 0 | 1110 | 10111001 | 1000110 | 110100 |
Color Harmonies of #30CCDB
Complementary color
Monochromatic Colors of #30CCDB
Black with #30CCDB
Text Example
Text Example
White with #30CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CCDB; }
p { color: rgb(48,204,219); }
H1.HeaderClassName
{
color: #30CCDB;
}
.AnyTagClassName
{
color: #30CCDB;
}
</style>
background-color css
<style>
a { background-color: #30CCDB; }
a { background-color: rgb(48,204,219); }
div.DivClassName
{
background-color: #30CCDB;
}
.BgClassName
{
background-color: #30CCDB;
}
</style>
border-color css
<style>
span { border-color: #30CCDB; }
span { border-color: rgb(48,204,219); }
td.TdClassName
{
border-color: #30CCDB;
}
.TagClassName
{
border-color: #30CCDB;
}
</style>