Shades of Medium Turquoise #30CEDB
Tints of Medium Turquoise #30CEDB
RGB
CMYK
RGB Variations
Color information
#30CEDB (or 0x30CEDB) is known color: Medium Turquoise. HEX triplet: 30, CE and DB. RGB value is (48,206,219). Sum of RGB (Red+Green+Blue) = 48+206+219=473 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.15% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #30CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEDB is #CF3124. Grayscale: #A0A0A0. Windows color (decimal): -13578533 or 14405168. OLE color: 14405168.
HSL color Cylindrical-coordinate representation of color #30CEDB: hue angle of 184.56º 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 #30CEDB is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 206 | 219 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.14 |
| HSL | 184.56º | 0.7% | 0.52% | - |
| HSV(B) | 184.56º | 0.78% | 0.86% | - |
| XYZ | 36.08 | 49.89 | 74.75 | - |
| YUV | 160.24 | 161.15 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 219 | 0.78 | 0.06 | 0 | 0.14 | 184.56 | 0.7 | 0.52 |
| Hex | 30 | CE | DB | 4E | 6 | 0 | E | B9 | 46 | 34 |
| Octal | 60 | 316 | 333 | 116 | 6 | 0 | 16 | 271 | 106 | 64 |
| Binary | 110000 | 11001110 | 11011011 | 1001110 | 110 | 0 | 1110 | 10111001 | 1000110 | 110100 |
Color Harmonies of #30CEDB
Complementary color
Monochromatic Colors of #30CEDB
Black with #30CEDB
Text Example
Text Example
White with #30CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CEDB; }
p { color: rgb(48,206,219); }
H1.HeaderClassName
{
color: #30CEDB;
}
.AnyTagClassName
{
color: #30CEDB;
}
</style>
background-color css
<style>
a { background-color: #30CEDB; }
a { background-color: rgb(48,206,219); }
div.DivClassName
{
background-color: #30CEDB;
}
.BgClassName
{
background-color: #30CEDB;
}
</style>
border-color css
<style>
span { border-color: #30CEDB; }
span { border-color: rgb(48,206,219); }
td.TdClassName
{
border-color: #30CEDB;
}
.TagClassName
{
border-color: #30CEDB;
}
</style>