Shades of Turquoise #30EDE9
Tints of Turquoise #30EDE9
RGB
CMYK
RGB Variations
Color information
#30EDE9 (or 0x30EDE9) is known color: Turquoise. HEX triplet: 30, ED and E9. RGB value is (48,237,233). Sum of RGB (Red+Green+Blue) = 48+237+233=518 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.27% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #30EDE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EDE9 is #CF1216. Grayscale: #B3B3B3. Windows color (decimal): -13570583 or 15330608. OLE color: 15330608.
HSL color Cylindrical-coordinate representation of color #30EDE9: hue angle of 178.73º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EDE9 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 237 | 233 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.07 |
| HSL | 178.73º | 0.84% | 0.56% | - |
| HSV(B) | 178.73º | 0.8% | 0.93% | - |
| XYZ | 46.21 | 67.08 | 87.6 | - |
| YUV | 180.03 | 157.88 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 237 | 233 | 0.80 | 0 | 0.02 | 0.07 | 178.73 | 0.84 | 0.56 |
| Hex | 30 | ED | E9 | 50 | 0 | 2 | 7 | B3 | 54 | 38 |
| Octal | 60 | 355 | 351 | 120 | 0 | 2 | 7 | 263 | 124 | 70 |
| Binary | 110000 | 11101101 | 11101001 | 1010000 | 0 | 10 | 111 | 10110011 | 1010100 | 111000 |
Color Harmonies of #30EDE9
Complementary color
Monochromatic Colors of #30EDE9
Black with #30EDE9
Text Example
Text Example
White with #30EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EDE9; }
p { color: rgb(48,237,233); }
H1.HeaderClassName
{
color: #30EDE9;
}
.AnyTagClassName
{
color: #30EDE9;
}
</style>
background-color css
<style>
a { background-color: #30EDE9; }
a { background-color: rgb(48,237,233); }
div.DivClassName
{
background-color: #30EDE9;
}
.BgClassName
{
background-color: #30EDE9;
}
</style>
border-color css
<style>
span { border-color: #30EDE9; }
span { border-color: rgb(48,237,233); }
td.TdClassName
{
border-color: #30EDE9;
}
.TagClassName
{
border-color: #30EDE9;
}
</style>