Shades of Turquoise #30FAE5
Tints of Turquoise #30FAE5
RGB
CMYK
RGB Variations
Color information
#30FAE5 (or 0x30FAE5) is known color: Turquoise. HEX triplet: 30, FA and E5. RGB value is (48,250,229). Sum of RGB (Red+Green+Blue) = 48+250+229=527 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.11% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FAE5 is #CF051A. Grayscale: #BBBBBB. Windows color (decimal): -13567259 or 15071792. OLE color: 15071792.
HSL color Cylindrical-coordinate representation of color #30FAE5: hue angle of 173.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FAE5 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 229 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.02 |
| HSL | 173.76º | 0.95% | 0.58% | - |
| HSV(B) | 173.76º | 0.81% | 0.98% | - |
| XYZ | 49.55 | 74.66 | 85.93 | - |
| YUV | 187.21 | 151.58 | 28.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 229 | 0.81 | 0 | 0.08 | 0.02 | 173.76 | 0.95 | 0.58 |
| Hex | 30 | FA | E5 | 51 | 0 | 8 | 2 | AE | 5F | 3A |
| Octal | 60 | 372 | 345 | 121 | 0 | 10 | 2 | 256 | 137 | 72 |
| Binary | 110000 | 11111010 | 11100101 | 1010001 | 0 | 1000 | 10 | 10101110 | 1011111 | 111010 |
Color Harmonies of #30FAE5
Complementary color
Monochromatic Colors of #30FAE5
Black with #30FAE5
Text Example
Text Example
White with #30FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FAE5; }
p { color: rgb(48,250,229); }
H1.HeaderClassName
{
color: #30FAE5;
}
.AnyTagClassName
{
color: #30FAE5;
}
</style>
background-color css
<style>
a { background-color: #30FAE5; }
a { background-color: rgb(48,250,229); }
div.DivClassName
{
background-color: #30FAE5;
}
.BgClassName
{
background-color: #30FAE5;
}
</style>
border-color css
<style>
span { border-color: #30FAE5; }
span { border-color: rgb(48,250,229); }
td.TdClassName
{
border-color: #30FAE5;
}
.TagClassName
{
border-color: #30FAE5;
}
</style>