Shades of Turquoise #30FFDA
Tints of Turquoise #30FFDA
RGB
CMYK
RGB Variations
Color information
#30FFDA (or 0x30FFDA) is known color: Turquoise. HEX triplet: 30, FF and DA. RGB value is (48,255,218). Sum of RGB (Red+Green+Blue) = 48+255+218=521 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.21% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFDA is #CF0025. Grayscale: #BCBCBC. Windows color (decimal): -13565990 or 14352176. OLE color: 14352176.
HSL color Cylindrical-coordinate representation of color #30FFDA: hue angle of 169.28º 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 #30FFDA is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 218 | - |
| CMYK | 0.81 | 0 | 0.15 | 0 |
| HSL | 169.28º | 1% | 0.59% | - |
| HSV(B) | 169.28º | 0.81% | 1% | - |
| XYZ | 49.63 | 77.21 | 78.62 | - |
| YUV | 188.89 | 144.42 | 27.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 218 | 0.81 | 0 | 0.15 | 0 | 169.28 | 1 | 0.59 |
| Hex | 30 | FF | DA | 51 | 0 | F | 0 | A9 | 64 | 3B |
| Octal | 60 | 377 | 332 | 121 | 0 | 17 | 0 | 251 | 144 | 73 |
| Binary | 110000 | 11111111 | 11011010 | 1010001 | 0 | 1111 | 0 | 10101001 | 1100100 | 111011 |
Color Harmonies of #30FFDA
Complementary color
Monochromatic Colors of #30FFDA
Black with #30FFDA
Text Example
Text Example
White with #30FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFDA; }
p { color: rgb(48,255,218); }
H1.HeaderClassName
{
color: #30FFDA;
}
.AnyTagClassName
{
color: #30FFDA;
}
</style>
background-color css
<style>
a { background-color: #30FFDA; }
a { background-color: rgb(48,255,218); }
div.DivClassName
{
background-color: #30FFDA;
}
.BgClassName
{
background-color: #30FFDA;
}
</style>
border-color css
<style>
span { border-color: #30FFDA; }
span { border-color: rgb(48,255,218); }
td.TdClassName
{
border-color: #30FFDA;
}
.TagClassName
{
border-color: #30FFDA;
}
</style>