Shades of Turquoise #30D6C8
Tints of Turquoise #30D6C8
RGB
CMYK
RGB Variations
Color information
#30D6C8 (or 0x30D6C8) is known color: Turquoise. HEX triplet: 30, D6 and C8. RGB value is (48,214,200). Sum of RGB (Red+Green+Blue) = 48+214+200=462 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.39% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #30D6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D6C8 is #CF2937. Grayscale: #A2A2A2. Windows color (decimal): -13576504 or 13162032. OLE color: 13162032.
HSL color Cylindrical-coordinate representation of color #30D6C8: hue angle of 174.94º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D6C8 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 214 | 200 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.16 |
| HSL | 174.94º | 0.67% | 0.51% | - |
| HSV(B) | 174.94º | 0.78% | 0.84% | - |
| XYZ | 35.69 | 52.89 | 62.97 | - |
| YUV | 162.77 | 149 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 200 | 0.78 | 0 | 0.07 | 0.16 | 174.94 | 0.67 | 0.51 |
| Hex | 30 | D6 | C8 | 4E | 0 | 7 | 10 | AF | 43 | 33 |
| Octal | 60 | 326 | 310 | 116 | 0 | 7 | 20 | 257 | 103 | 63 |
| Binary | 110000 | 11010110 | 11001000 | 1001110 | 0 | 111 | 10000 | 10101111 | 1000011 | 110011 |
Color Harmonies of #30D6C8
Complementary color
Monochromatic Colors of #30D6C8
Black with #30D6C8
Text Example
Text Example
White with #30D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D6C8; }
p { color: rgb(48,214,200); }
H1.HeaderClassName
{
color: #30D6C8;
}
.AnyTagClassName
{
color: #30D6C8;
}
</style>
background-color css
<style>
a { background-color: #30D6C8; }
a { background-color: rgb(48,214,200); }
div.DivClassName
{
background-color: #30D6C8;
}
.BgClassName
{
background-color: #30D6C8;
}
</style>
border-color css
<style>
span { border-color: #30D6C8; }
span { border-color: rgb(48,214,200); }
td.TdClassName
{
border-color: #30D6C8;
}
.TagClassName
{
border-color: #30D6C8;
}
</style>