Shades of Turquoise #30FCE2
Tints of Turquoise #30FCE2
RGB
CMYK
RGB Variations
Color information
#30FCE2 (or 0x30FCE2) is known color: Turquoise. HEX triplet: 30, FC and E2. RGB value is (48,252,226). Sum of RGB (Red+Green+Blue) = 48+252+226=526 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.13% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCE2 is #CF031D. Grayscale: #BBBBBB. Windows color (decimal): -13566750 or 14875696. OLE color: 14875696.
HSL color Cylindrical-coordinate representation of color #30FCE2: hue angle of 172.35º 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 #30FCE2 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 226 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.01 |
| HSL | 172.35º | 0.97% | 0.59% | - |
| HSV(B) | 172.35º | 0.81% | 0.99% | - |
| XYZ | 49.76 | 75.74 | 83.95 | - |
| YUV | 188.04 | 149.41 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 226 | 0.81 | 0 | 0.10 | 0.01 | 172.35 | 0.97 | 0.59 |
| Hex | 30 | FC | E2 | 51 | 0 | A | 1 | AC | 61 | 3B |
| Octal | 60 | 374 | 342 | 121 | 0 | 12 | 1 | 254 | 141 | 73 |
| Binary | 110000 | 11111100 | 11100010 | 1010001 | 0 | 1010 | 1 | 10101100 | 1100001 | 111011 |
Color Harmonies of #30FCE2
Complementary color
Monochromatic Colors of #30FCE2
Black with #30FCE2
Text Example
Text Example
White with #30FCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FCE2; }
p { color: rgb(48,252,226); }
H1.HeaderClassName
{
color: #30FCE2;
}
.AnyTagClassName
{
color: #30FCE2;
}
</style>
background-color css
<style>
a { background-color: #30FCE2; }
a { background-color: rgb(48,252,226); }
div.DivClassName
{
background-color: #30FCE2;
}
.BgClassName
{
background-color: #30FCE2;
}
</style>
border-color css
<style>
span { border-color: #30FCE2; }
span { border-color: rgb(48,252,226); }
td.TdClassName
{
border-color: #30FCE2;
}
.TagClassName
{
border-color: #30FCE2;
}
</style>