Shades of Turquoise #30D5DC
Tints of Turquoise #30D5DC
RGB
CMYK
RGB Variations
Color information
#30D5DC (or 0x30D5DC) is known color: Turquoise. HEX triplet: 30, D5 and DC. RGB value is (48,213,220). Sum of RGB (Red+Green+Blue) = 48+213+220=481 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.98% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #30D5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D5DC is #CF2A23. Grayscale: #A4A4A4. Windows color (decimal): -13576740 or 14472496. OLE color: 14472496.
HSL color Cylindrical-coordinate representation of color #30D5DC: hue angle of 182.44º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D5DC is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 213 | 220 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.14 |
| HSL | 182.44º | 0.71% | 0.53% | - |
| HSV(B) | 182.44º | 0.78% | 0.86% | - |
| XYZ | 37.93 | 53.38 | 76.02 | - |
| YUV | 164.46 | 159.34 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 220 | 0.78 | 0.03 | 0 | 0.14 | 182.44 | 0.71 | 0.53 |
| Hex | 30 | D5 | DC | 4E | 3 | 0 | E | B6 | 47 | 35 |
| Octal | 60 | 325 | 334 | 116 | 3 | 0 | 16 | 266 | 107 | 65 |
| Binary | 110000 | 11010101 | 11011100 | 1001110 | 11 | 0 | 1110 | 10110110 | 1000111 | 110101 |
Color Harmonies of #30D5DC
Complementary color
Monochromatic Colors of #30D5DC
Black with #30D5DC
Text Example
Text Example
White with #30D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D5DC; }
p { color: rgb(48,213,220); }
H1.HeaderClassName
{
color: #30D5DC;
}
.AnyTagClassName
{
color: #30D5DC;
}
</style>
background-color css
<style>
a { background-color: #30D5DC; }
a { background-color: rgb(48,213,220); }
div.DivClassName
{
background-color: #30D5DC;
}
.BgClassName
{
background-color: #30D5DC;
}
</style>
border-color css
<style>
span { border-color: #30D5DC; }
span { border-color: rgb(48,213,220); }
td.TdClassName
{
border-color: #30D5DC;
}
.TagClassName
{
border-color: #30D5DC;
}
</style>