Shades of Turquoise #30D0CF
Tints of Turquoise #30D0CF
RGB
CMYK
RGB Variations
Color information
#30D0CF (or 0x30D0CF) is known color: Turquoise. HEX triplet: 30, D0 and CF. RGB value is (48,208,207). Sum of RGB (Red+Green+Blue) = 48+208+207=463 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.37% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #30D0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D0CF is #CF2F30. Grayscale: #9F9F9F. Windows color (decimal): -13578033 or 13619248. OLE color: 13619248.
HSL color Cylindrical-coordinate representation of color #30D0CF: hue angle of 179.62º 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 #30D0CF is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 207 | - |
| CMYK | 0.77 | 0 | 0.00 | 0.18 |
| HSL | 179.63º | 0.63% | 0.5% | - |
| HSV(B) | 179.63º | 0.77% | 0.82% | - |
| XYZ | 35.04 | 50.25 | 66.88 | - |
| YUV | 160.05 | 154.49 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 207 | 0.77 | 0 | 0.00 | 0.18 | 179.63 | 0.63 | 0.5 |
| Hex | 30 | D0 | CF | 4D | 0 | 0 | 12 | B4 | 3F | 32 |
| Octal | 60 | 320 | 317 | 115 | 0 | 0 | 22 | 264 | 77 | 62 |
| Binary | 110000 | 11010000 | 11001111 | 1001101 | 0 | 0 | 10010 | 10110100 | 111111 | 110010 |
Color Harmonies of #30D0CF
Complementary color
Monochromatic Colors of #30D0CF
Black with #30D0CF
Text Example
Text Example
White with #30D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D0CF; }
p { color: rgb(48,208,207); }
H1.HeaderClassName
{
color: #30D0CF;
}
.AnyTagClassName
{
color: #30D0CF;
}
</style>
background-color css
<style>
a { background-color: #30D0CF; }
a { background-color: rgb(48,208,207); }
div.DivClassName
{
background-color: #30D0CF;
}
.BgClassName
{
background-color: #30D0CF;
}
</style>
border-color css
<style>
span { border-color: #30D0CF; }
span { border-color: rgb(48,208,207); }
td.TdClassName
{
border-color: #30D0CF;
}
.TagClassName
{
border-color: #30D0CF;
}
</style>