Shades of Turquoise #30FFD5
Tints of Turquoise #30FFD5
RGB
CMYK
RGB Variations
Color information
#30FFD5 (or 0x30FFD5) is known color: Turquoise. HEX triplet: 30, FF and D5. RGB value is (48,255,213). Sum of RGB (Red+Green+Blue) = 48+255+213=516 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.30% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFD5 is #CF002A. Grayscale: #BCBCBC. Windows color (decimal): -13565995 or 14024496. OLE color: 14024496.
HSL color Cylindrical-coordinate representation of color #30FFD5: hue angle of 167.83º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFD5 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 213 | - |
| CMYK | 0.81 | 0 | 0.16 | 0 |
| HSL | 167.83º | 1% | 0.59% | - |
| HSV(B) | 167.83º | 0.81% | 1% | - |
| XYZ | 48.99 | 76.95 | 75.22 | - |
| YUV | 188.32 | 141.92 | 27.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 213 | 0.81 | 0 | 0.16 | 0 | 167.83 | 1 | 0.59 |
| Hex | 30 | FF | D5 | 51 | 0 | 10 | 0 | A8 | 64 | 3B |
| Octal | 60 | 377 | 325 | 121 | 0 | 20 | 0 | 250 | 144 | 73 |
| Binary | 110000 | 11111111 | 11010101 | 1010001 | 0 | 10000 | 0 | 10101000 | 1100100 | 111011 |
Color Harmonies of #30FFD5
Complementary color
Monochromatic Colors of #30FFD5
Black with #30FFD5
Text Example
Text Example
White with #30FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFD5; }
p { color: rgb(48,255,213); }
H1.HeaderClassName
{
color: #30FFD5;
}
.AnyTagClassName
{
color: #30FFD5;
}
</style>
background-color css
<style>
a { background-color: #30FFD5; }
a { background-color: rgb(48,255,213); }
div.DivClassName
{
background-color: #30FFD5;
}
.BgClassName
{
background-color: #30FFD5;
}
</style>
border-color css
<style>
span { border-color: #30FFD5; }
span { border-color: rgb(48,255,213); }
td.TdClassName
{
border-color: #30FFD5;
}
.TagClassName
{
border-color: #30FFD5;
}
</style>