Shades of Turquoise #30D2CC
Tints of Turquoise #30D2CC
RGB
CMYK
RGB Variations
Color information
#30D2CC (or 0x30D2CC) is known color: Turquoise. HEX triplet: 30, D2 and CC. RGB value is (48,210,204). Sum of RGB (Red+Green+Blue) = 48+210+204=462 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.39% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #30D2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D2CC is #CF2D33. Grayscale: #A0A0A0. Windows color (decimal): -13577524 or 13423152. OLE color: 13423152.
HSL color Cylindrical-coordinate representation of color #30D2CC: hue angle of 177.78º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D2CC is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 204 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.18 |
| HSL | 177.78º | 0.64% | 0.51% | - |
| HSV(B) | 177.78º | 0.77% | 0.82% | - |
| XYZ | 35.16 | 51.08 | 65.13 | - |
| YUV | 160.88 | 152.33 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 204 | 0.77 | 0 | 0.03 | 0.18 | 177.78 | 0.64 | 0.51 |
| Hex | 30 | D2 | CC | 4D | 0 | 3 | 12 | B2 | 40 | 33 |
| Octal | 60 | 322 | 314 | 115 | 0 | 3 | 22 | 262 | 100 | 63 |
| Binary | 110000 | 11010010 | 11001100 | 1001101 | 0 | 11 | 10010 | 10110010 | 1000000 | 110011 |
Color Harmonies of #30D2CC
Complementary color
Monochromatic Colors of #30D2CC
Black with #30D2CC
Text Example
Text Example
White with #30D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D2CC; }
p { color: rgb(48,210,204); }
H1.HeaderClassName
{
color: #30D2CC;
}
.AnyTagClassName
{
color: #30D2CC;
}
</style>
background-color css
<style>
a { background-color: #30D2CC; }
a { background-color: rgb(48,210,204); }
div.DivClassName
{
background-color: #30D2CC;
}
.BgClassName
{
background-color: #30D2CC;
}
</style>
border-color css
<style>
span { border-color: #30D2CC; }
span { border-color: rgb(48,210,204); }
td.TdClassName
{
border-color: #30D2CC;
}
.TagClassName
{
border-color: #30D2CC;
}
</style>