Shades of Turquoise #30DFE1
Tints of Turquoise #30DFE1
RGB
CMYK
RGB Variations
Color information
#30DFE1 (or 0x30DFE1) is known color: Turquoise. HEX triplet: 30, DF and E1. RGB value is (48,223,225). Sum of RGB (Red+Green+Blue) = 48+223+225=496 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.68% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #30DFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DFE1 is #CF201E. Grayscale: #AAAAAA. Windows color (decimal): -13574175 or 14802736. OLE color: 14802736.
HSL color Cylindrical-coordinate representation of color #30DFE1: hue angle of 180.68º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30DFE1 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 223 | 225 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.12 |
| HSL | 180.68º | 0.75% | 0.54% | - |
| HSV(B) | 180.68º | 0.79% | 0.88% | - |
| XYZ | 41.2 | 58.84 | 80.42 | - |
| YUV | 170.9 | 158.52 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 225 | 0.79 | 0.01 | 0 | 0.12 | 180.68 | 0.75 | 0.54 |
| Hex | 30 | DF | E1 | 4F | 1 | 0 | C | B5 | 4B | 36 |
| Octal | 60 | 337 | 341 | 117 | 1 | 0 | 14 | 265 | 113 | 66 |
| Binary | 110000 | 11011111 | 11100001 | 1001111 | 1 | 0 | 1100 | 10110101 | 1001011 | 110110 |
Color Harmonies of #30DFE1
Complementary color
Monochromatic Colors of #30DFE1
Black with #30DFE1
Text Example
Text Example
White with #30DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DFE1; }
p { color: rgb(48,223,225); }
H1.HeaderClassName
{
color: #30DFE1;
}
.AnyTagClassName
{
color: #30DFE1;
}
</style>
background-color css
<style>
a { background-color: #30DFE1; }
a { background-color: rgb(48,223,225); }
div.DivClassName
{
background-color: #30DFE1;
}
.BgClassName
{
background-color: #30DFE1;
}
</style>
border-color css
<style>
span { border-color: #30DFE1; }
span { border-color: rgb(48,223,225); }
td.TdClassName
{
border-color: #30DFE1;
}
.TagClassName
{
border-color: #30DFE1;
}
</style>