Shades of Turquoise #30EFB5
Tints of Turquoise #30EFB5
RGB
CMYK
RGB Variations
Color information
#30EFB5 (or 0x30EFB5) is known color: Turquoise. HEX triplet: 30, EF and B5. RGB value is (48,239,181). Sum of RGB (Red+Green+Blue) = 48+239+181=468 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.26% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #30EFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EFB5 is #CF104A. Grayscale: #AFAFAF. Windows color (decimal): -13570123 or 11923248. OLE color: 11923248.
HSL color Cylindrical-coordinate representation of color #30EFB5: hue angle of 161.78º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EFB5 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 239 | 181 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.06 |
| HSL | 161.78º | 0.86% | 0.56% | - |
| HSV(B) | 161.78º | 0.8% | 0.94% | - |
| XYZ | 40.43 | 65.7 | 54.27 | - |
| YUV | 175.28 | 131.22 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 239 | 181 | 0.80 | 0 | 0.24 | 0.06 | 161.78 | 0.86 | 0.56 |
| Hex | 30 | EF | B5 | 50 | 0 | 18 | 6 | A2 | 56 | 38 |
| Octal | 60 | 357 | 265 | 120 | 0 | 30 | 6 | 242 | 126 | 70 |
| Binary | 110000 | 11101111 | 10110101 | 1010000 | 0 | 11000 | 110 | 10100010 | 1010110 | 111000 |
Color Harmonies of #30EFB5
Complementary color
Monochromatic Colors of #30EFB5
Black with #30EFB5
Text Example
Text Example
White with #30EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EFB5; }
p { color: rgb(48,239,181); }
H1.HeaderClassName
{
color: #30EFB5;
}
.AnyTagClassName
{
color: #30EFB5;
}
</style>
background-color css
<style>
a { background-color: #30EFB5; }
a { background-color: rgb(48,239,181); }
div.DivClassName
{
background-color: #30EFB5;
}
.BgClassName
{
background-color: #30EFB5;
}
</style>
border-color css
<style>
span { border-color: #30EFB5; }
span { border-color: rgb(48,239,181); }
td.TdClassName
{
border-color: #30EFB5;
}
.TagClassName
{
border-color: #30EFB5;
}
</style>