Shades of Turquoise #30D2C4
Tints of Turquoise #30D2C4
RGB
CMYK
RGB Variations
Color information
#30D2C4 (or 0x30D2C4) is known color: Turquoise. HEX triplet: 30, D2 and C4. RGB value is (48,210,196). Sum of RGB (Red+Green+Blue) = 48+210+196=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #30D2C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D2C4 is #CF2D3B. Grayscale: #9F9F9F. Windows color (decimal): -13577532 or 12898864. OLE color: 12898864.
HSL color Cylindrical-coordinate representation of color #30D2C4: hue angle of 174.81º 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 #30D2C4 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 196 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.18 |
| HSL | 174.81º | 0.64% | 0.51% | - |
| HSV(B) | 174.81º | 0.77% | 0.82% | - |
| XYZ | 34.23 | 50.71 | 60.21 | - |
| YUV | 159.97 | 148.33 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 196 | 0.77 | 0 | 0.07 | 0.18 | 174.81 | 0.64 | 0.51 |
| Hex | 30 | D2 | C4 | 4D | 0 | 7 | 12 | AF | 40 | 33 |
| Octal | 60 | 322 | 304 | 115 | 0 | 7 | 22 | 257 | 100 | 63 |
| Binary | 110000 | 11010010 | 11000100 | 1001101 | 0 | 111 | 10010 | 10101111 | 1000000 | 110011 |
Color Harmonies of #30D2C4
Complementary color
Monochromatic Colors of #30D2C4
Black with #30D2C4
Text Example
Text Example
White with #30D2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D2C4; }
p { color: rgb(48,210,196); }
H1.HeaderClassName
{
color: #30D2C4;
}
.AnyTagClassName
{
color: #30D2C4;
}
</style>
background-color css
<style>
a { background-color: #30D2C4; }
a { background-color: rgb(48,210,196); }
div.DivClassName
{
background-color: #30D2C4;
}
.BgClassName
{
background-color: #30D2C4;
}
</style>
border-color css
<style>
span { border-color: #30D2C4; }
span { border-color: rgb(48,210,196); }
td.TdClassName
{
border-color: #30D2C4;
}
.TagClassName
{
border-color: #30D2C4;
}
</style>