Shades of Turquoise #30DCE0
Tints of Turquoise #30DCE0
RGB
CMYK
RGB Variations
Color information
#30DCE0 (or 0x30DCE0) is known color: Turquoise. HEX triplet: 30, DC and E0. RGB value is (48,220,224). Sum of RGB (Red+Green+Blue) = 48+220+224=492 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.76% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #30DCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCE0 is #CF231F. Grayscale: #A8A8A8. Windows color (decimal): -13574944 or 14736432. OLE color: 14736432.
HSL color Cylindrical-coordinate representation of color #30DCE0: hue angle of 181.36º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30DCE0 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 220 | 224 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.12 |
| HSL | 181.36º | 0.74% | 0.53% | - |
| HSV(B) | 181.36º | 0.79% | 0.88% | - |
| XYZ | 40.27 | 57.2 | 79.44 | - |
| YUV | 169.03 | 159.02 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 224 | 0.79 | 0.02 | 0 | 0.12 | 181.36 | 0.74 | 0.53 |
| Hex | 30 | DC | E0 | 4F | 2 | 0 | C | B5 | 4A | 35 |
| Octal | 60 | 334 | 340 | 117 | 2 | 0 | 14 | 265 | 112 | 65 |
| Binary | 110000 | 11011100 | 11100000 | 1001111 | 10 | 0 | 1100 | 10110101 | 1001010 | 110101 |
Color Harmonies of #30DCE0
Complementary color
Monochromatic Colors of #30DCE0
Black with #30DCE0
Text Example
Text Example
White with #30DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCE0; }
p { color: rgb(48,220,224); }
H1.HeaderClassName
{
color: #30DCE0;
}
.AnyTagClassName
{
color: #30DCE0;
}
</style>
background-color css
<style>
a { background-color: #30DCE0; }
a { background-color: rgb(48,220,224); }
div.DivClassName
{
background-color: #30DCE0;
}
.BgClassName
{
background-color: #30DCE0;
}
</style>
border-color css
<style>
span { border-color: #30DCE0; }
span { border-color: rgb(48,220,224); }
td.TdClassName
{
border-color: #30DCE0;
}
.TagClassName
{
border-color: #30DCE0;
}
</style>