Shades of Turquoise #30FFDF
Tints of Turquoise #30FFDF
RGB
CMYK
RGB Variations
Color information
#30FFDF (or 0x30FFDF) is known color: Turquoise. HEX triplet: 30, FF and DF. RGB value is (48,255,223). Sum of RGB (Red+Green+Blue) = 48+255+223=526 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.13% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFDF is #CF0020. Grayscale: #BDBDBD. Windows color (decimal): -13565985 or 14679856. OLE color: 14679856.
HSL color Cylindrical-coordinate representation of color #30FFDF: hue angle of 170.72º 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 #30FFDF is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 223 | - |
| CMYK | 0.81 | 0 | 0.13 | 0 |
| HSL | 170.72º | 1% | 0.59% | - |
| HSV(B) | 170.72º | 0.81% | 1% | - |
| XYZ | 50.3 | 77.48 | 82.12 | - |
| YUV | 189.46 | 146.92 | 27.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 223 | 0.81 | 0 | 0.13 | 0 | 170.72 | 1 | 0.59 |
| Hex | 30 | FF | DF | 51 | 0 | D | 0 | AB | 64 | 3B |
| Octal | 60 | 377 | 337 | 121 | 0 | 15 | 0 | 253 | 144 | 73 |
| Binary | 110000 | 11111111 | 11011111 | 1010001 | 0 | 1101 | 0 | 10101011 | 1100100 | 111011 |
Color Harmonies of #30FFDF
Complementary color
Monochromatic Colors of #30FFDF
Black with #30FFDF
Text Example
Text Example
White with #30FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFDF; }
p { color: rgb(48,255,223); }
H1.HeaderClassName
{
color: #30FFDF;
}
.AnyTagClassName
{
color: #30FFDF;
}
</style>
background-color css
<style>
a { background-color: #30FFDF; }
a { background-color: rgb(48,255,223); }
div.DivClassName
{
background-color: #30FFDF;
}
.BgClassName
{
background-color: #30FFDF;
}
</style>
border-color css
<style>
span { border-color: #30FFDF; }
span { border-color: rgb(48,255,223); }
td.TdClassName
{
border-color: #30FFDF;
}
.TagClassName
{
border-color: #30FFDF;
}
</style>