Shades of Turquoise #30FFDD
Tints of Turquoise #30FFDD
RGB
CMYK
RGB Variations
Color information
#30FFDD (or 0x30FFDD) is known color: Turquoise. HEX triplet: 30, FF and DD. RGB value is (48,255,221). Sum of RGB (Red+Green+Blue) = 48+255+221=524 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.16% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFDD is #CF0022. Grayscale: #BDBDBD. Windows color (decimal): -13565987 or 14548784. OLE color: 14548784.
HSL color Cylindrical-coordinate representation of color #30FFDD: hue angle of 170.14º 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 #30FFDD is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 221 | - |
| CMYK | 0.81 | 0 | 0.13 | 0 |
| HSL | 170.14º | 1% | 0.59% | - |
| HSV(B) | 170.14º | 0.81% | 1% | - |
| XYZ | 50.03 | 77.37 | 80.7 | - |
| YUV | 189.23 | 145.92 | 27.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 221 | 0.81 | 0 | 0.13 | 0 | 170.14 | 1 | 0.59 |
| Hex | 30 | FF | DD | 51 | 0 | D | 0 | AA | 64 | 3B |
| Octal | 60 | 377 | 335 | 121 | 0 | 15 | 0 | 252 | 144 | 73 |
| Binary | 110000 | 11111111 | 11011101 | 1010001 | 0 | 1101 | 0 | 10101010 | 1100100 | 111011 |
Color Harmonies of #30FFDD
Complementary color
Monochromatic Colors of #30FFDD
Black with #30FFDD
Text Example
Text Example
White with #30FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFDD; }
p { color: rgb(48,255,221); }
H1.HeaderClassName
{
color: #30FFDD;
}
.AnyTagClassName
{
color: #30FFDD;
}
</style>
background-color css
<style>
a { background-color: #30FFDD; }
a { background-color: rgb(48,255,221); }
div.DivClassName
{
background-color: #30FFDD;
}
.BgClassName
{
background-color: #30FFDD;
}
</style>
border-color css
<style>
span { border-color: #30FFDD; }
span { border-color: rgb(48,255,221); }
td.TdClassName
{
border-color: #30FFDD;
}
.TagClassName
{
border-color: #30FFDD;
}
</style>