Shades of Turquoise #30DDCA
Tints of Turquoise #30DDCA
RGB
CMYK
RGB Variations
Color information
#30DDCA (or 0x30DDCA) is known color: Turquoise. HEX triplet: 30, DD and CA. RGB value is (48,221,202). Sum of RGB (Red+Green+Blue) = 48+221+202=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #30DDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DDCA is #CF2235. Grayscale: #A7A7A7. Windows color (decimal): -13574710 or 13294896. OLE color: 13294896.
HSL color Cylindrical-coordinate representation of color #30DDCA: hue angle of 173.41º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DDCA is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 202 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.13 |
| HSL | 173.41º | 0.72% | 0.53% | - |
| HSV(B) | 173.41º | 0.78% | 0.87% | - |
| XYZ | 37.74 | 56.61 | 64.81 | - |
| YUV | 167.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 202 | 0.78 | 0 | 0.09 | 0.13 | 173.41 | 0.72 | 0.53 |
| Hex | 30 | DD | CA | 4E | 0 | 9 | D | AD | 48 | 35 |
| Octal | 60 | 335 | 312 | 116 | 0 | 11 | 15 | 255 | 110 | 65 |
| Binary | 110000 | 11011101 | 11001010 | 1001110 | 0 | 1001 | 1101 | 10101101 | 1001000 | 110101 |
Color Harmonies of #30DDCA
Complementary color
Monochromatic Colors of #30DDCA
Black with #30DDCA
Text Example
Text Example
White with #30DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDCA; }
p { color: rgb(48,221,202); }
H1.HeaderClassName
{
color: #30DDCA;
}
.AnyTagClassName
{
color: #30DDCA;
}
</style>
background-color css
<style>
a { background-color: #30DDCA; }
a { background-color: rgb(48,221,202); }
div.DivClassName
{
background-color: #30DDCA;
}
.BgClassName
{
background-color: #30DDCA;
}
</style>
border-color css
<style>
span { border-color: #30DDCA; }
span { border-color: rgb(48,221,202); }
td.TdClassName
{
border-color: #30DDCA;
}
.TagClassName
{
border-color: #30DDCA;
}
</style>