Shades of Turquoise #30DFDF
Tints of Turquoise #30DFDF
RGB
CMYK
RGB Variations
Color information
#30DFDF (or 0x30DFDF) is known color: Turquoise. HEX triplet: 30, DF and DF. RGB value is (48,223,223). Sum of RGB (Red+Green+Blue) = 48+223+223=494 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.72% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #30DFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DFDF is #CF2020. Grayscale: #AAAAAA. Windows color (decimal): -13574177 or 14671664. OLE color: 14671664.
HSL color Cylindrical-coordinate representation of color #30DFDF: hue angle of 180º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DFDF is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 223 | - |
| CMYK | 0.78 | 0 | 0 | 0.13 |
| HSL | 180º | 0.73% | 0.53% | - |
| HSV(B) | 180º | 0.78% | 0.87% | - |
| XYZ | 40.93 | 58.73 | 78.99 | - |
| YUV | 170.68 | 157.52 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 223 | 0.78 | 0 | 0 | 0.13 | 180 | 0.73 | 0.53 |
| Hex | 30 | DF | DF | 4E | 0 | 0 | D | B4 | 49 | 35 |
| Octal | 60 | 337 | 337 | 116 | 0 | 0 | 15 | 264 | 111 | 65 |
| Binary | 110000 | 11011111 | 11011111 | 1001110 | 0 | 0 | 1101 | 10110100 | 1001001 | 110101 |
Color Harmonies of #30DFDF
Complementary color
Monochromatic Colors of #30DFDF
Black with #30DFDF
Text Example
Text Example
White with #30DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFDF; }
p { color: rgb(48,223,223); }
H1.HeaderClassName
{
color: #30DFDF;
}
.AnyTagClassName
{
color: #30DFDF;
}
</style>
background-color css
<style>
a { background-color: #30DFDF; }
a { background-color: rgb(48,223,223); }
div.DivClassName
{
background-color: #30DFDF;
}
.BgClassName
{
background-color: #30DFDF;
}
</style>
border-color css
<style>
span { border-color: #30DFDF; }
span { border-color: rgb(48,223,223); }
td.TdClassName
{
border-color: #30DFDF;
}
.TagClassName
{
border-color: #30DFDF;
}
</style>