Shades of Turquoise #30FEB5
Tints of Turquoise #30FEB5
RGB
CMYK
RGB Variations
Color information
#30FEB5 (or 0x30FEB5) is known color: Turquoise. HEX triplet: 30, FE and B5. RGB value is (48,254,181). Sum of RGB (Red+Green+Blue) = 48+254+181=483 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.94% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEB5 is #CF014A. Grayscale: #B8B8B8. Windows color (decimal): -13566283 or 11927088. OLE color: 11927088.
HSL color Cylindrical-coordinate representation of color #30FEB5: hue angle of 158.74º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FEB5 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 181 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.00 |
| HSL | 158.74º | 0.99% | 0.59% | - |
| HSV(B) | 158.74º | 0.81% | 1% | - |
| XYZ | 45 | 74.85 | 55.79 | - |
| YUV | 184.08 | 126.25 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 181 | 0.81 | 0 | 0.29 | 0.00 | 158.74 | 0.99 | 0.59 |
| Hex | 30 | FE | B5 | 51 | 0 | 1D | 0 | 9F | 63 | 3B |
| Octal | 60 | 376 | 265 | 121 | 0 | 35 | 0 | 237 | 143 | 73 |
| Binary | 110000 | 11111110 | 10110101 | 1010001 | 0 | 11101 | 0 | 10011111 | 1100011 | 111011 |
Color Harmonies of #30FEB5
Complementary color
Monochromatic Colors of #30FEB5
Black with #30FEB5
Text Example
Text Example
White with #30FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEB5; }
p { color: rgb(48,254,181); }
H1.HeaderClassName
{
color: #30FEB5;
}
.AnyTagClassName
{
color: #30FEB5;
}
</style>
background-color css
<style>
a { background-color: #30FEB5; }
a { background-color: rgb(48,254,181); }
div.DivClassName
{
background-color: #30FEB5;
}
.BgClassName
{
background-color: #30FEB5;
}
</style>
border-color css
<style>
span { border-color: #30FEB5; }
span { border-color: rgb(48,254,181); }
td.TdClassName
{
border-color: #30FEB5;
}
.TagClassName
{
border-color: #30FEB5;
}
</style>