Shades of Turquoise #30D0CD
Tints of Turquoise #30D0CD
RGB
CMYK
RGB Variations
Color information
#30D0CD (or 0x30D0CD) is known color: Turquoise. HEX triplet: 30, D0 and CD. RGB value is (48,208,205). Sum of RGB (Red+Green+Blue) = 48+208+205=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #30D0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D0CD is #CF2F32. Grayscale: #9F9F9F. Windows color (decimal): -13578035 or 13488176. OLE color: 13488176.
HSL color Cylindrical-coordinate representation of color #30D0CD: hue angle of 178.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D0CD is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 205 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.18 |
| HSL | 178.88º | 0.63% | 0.5% | - |
| HSV(B) | 178.88º | 0.77% | 0.82% | - |
| XYZ | 34.79 | 50.15 | 65.6 | - |
| YUV | 159.82 | 153.49 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 205 | 0.77 | 0 | 0.01 | 0.18 | 178.88 | 0.63 | 0.5 |
| Hex | 30 | D0 | CD | 4D | 0 | 1 | 12 | B3 | 3F | 32 |
| Octal | 60 | 320 | 315 | 115 | 0 | 1 | 22 | 263 | 77 | 62 |
| Binary | 110000 | 11010000 | 11001101 | 1001101 | 0 | 1 | 10010 | 10110011 | 111111 | 110010 |
Color Harmonies of #30D0CD
Complementary color
Monochromatic Colors of #30D0CD
Black with #30D0CD
Text Example
Text Example
White with #30D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D0CD; }
p { color: rgb(48,208,205); }
H1.HeaderClassName
{
color: #30D0CD;
}
.AnyTagClassName
{
color: #30D0CD;
}
</style>
background-color css
<style>
a { background-color: #30D0CD; }
a { background-color: rgb(48,208,205); }
div.DivClassName
{
background-color: #30D0CD;
}
.BgClassName
{
background-color: #30D0CD;
}
</style>
border-color css
<style>
span { border-color: #30D0CD; }
span { border-color: rgb(48,208,205); }
td.TdClassName
{
border-color: #30D0CD;
}
.TagClassName
{
border-color: #30D0CD;
}
</style>