Shades of Turquoise #30FCE5
Tints of Turquoise #30FCE5
RGB
CMYK
RGB Variations
Color information
#30FCE5 (or 0x30FCE5) is known color: Turquoise. HEX triplet: 30, FC and E5. RGB value is (48,252,229). Sum of RGB (Red+Green+Blue) = 48+252+229=529 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.07% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCE5 is #CF031A. Grayscale: #BCBCBC. Windows color (decimal): -13566747 or 15072304. OLE color: 15072304.
HSL color Cylindrical-coordinate representation of color #30FCE5: hue angle of 173.24º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FCE5 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 229 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.01 |
| HSL | 173.24º | 0.97% | 0.59% | - |
| HSV(B) | 173.24º | 0.81% | 0.99% | - |
| XYZ | 50.17 | 75.91 | 86.14 | - |
| YUV | 188.38 | 150.91 | 27.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 229 | 0.81 | 0 | 0.09 | 0.01 | 173.24 | 0.97 | 0.59 |
| Hex | 30 | FC | E5 | 51 | 0 | 9 | 1 | AD | 61 | 3B |
| Octal | 60 | 374 | 345 | 121 | 0 | 11 | 1 | 255 | 141 | 73 |
| Binary | 110000 | 11111100 | 11100101 | 1010001 | 0 | 1001 | 1 | 10101101 | 1100001 | 111011 |
Color Harmonies of #30FCE5
Complementary color
Monochromatic Colors of #30FCE5
Black with #30FCE5
Text Example
Text Example
White with #30FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCE5; }
p { color: rgb(48,252,229); }
H1.HeaderClassName
{
color: #30FCE5;
}
.AnyTagClassName
{
color: #30FCE5;
}
</style>
background-color css
<style>
a { background-color: #30FCE5; }
a { background-color: rgb(48,252,229); }
div.DivClassName
{
background-color: #30FCE5;
}
.BgClassName
{
background-color: #30FCE5;
}
</style>
border-color css
<style>
span { border-color: #30FCE5; }
span { border-color: rgb(48,252,229); }
td.TdClassName
{
border-color: #30FCE5;
}
.TagClassName
{
border-color: #30FCE5;
}
</style>