Shades of Turquoise #30FDEA
Tints of Turquoise #30FDEA
RGB
CMYK
RGB Variations
Color information
#30FDEA (or 0x30FDEA) is known color: Turquoise. HEX triplet: 30, FD and EA. RGB value is (48,253,234). Sum of RGB (Red+Green+Blue) = 48+253+234=535 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.97% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FDEA is #CF0215. Grayscale: #BDBDBD. Windows color (decimal): -13566486 or 15400240. OLE color: 15400240.
HSL color Cylindrical-coordinate representation of color #30FDEA: hue angle of 174.44º degrees, saturation: 0.98, 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 #30FDEA is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 234 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.01 |
| HSL | 174.44º | 0.98% | 0.59% | - |
| HSV(B) | 174.44º | 0.81% | 0.99% | - |
| XYZ | 51.2 | 76.82 | 89.97 | - |
| YUV | 189.54 | 153.08 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 234 | 0.81 | 0 | 0.08 | 0.01 | 174.44 | 0.98 | 0.59 |
| Hex | 30 | FD | EA | 51 | 0 | 8 | 1 | AE | 62 | 3B |
| Octal | 60 | 375 | 352 | 121 | 0 | 10 | 1 | 256 | 142 | 73 |
| Binary | 110000 | 11111101 | 11101010 | 1010001 | 0 | 1000 | 1 | 10101110 | 1100010 | 111011 |
Color Harmonies of #30FDEA
Complementary color
Monochromatic Colors of #30FDEA
Black with #30FDEA
Text Example
Text Example
White with #30FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDEA; }
p { color: rgb(48,253,234); }
H1.HeaderClassName
{
color: #30FDEA;
}
.AnyTagClassName
{
color: #30FDEA;
}
</style>
background-color css
<style>
a { background-color: #30FDEA; }
a { background-color: rgb(48,253,234); }
div.DivClassName
{
background-color: #30FDEA;
}
.BgClassName
{
background-color: #30FDEA;
}
</style>
border-color css
<style>
span { border-color: #30FDEA; }
span { border-color: rgb(48,253,234); }
td.TdClassName
{
border-color: #30FDEA;
}
.TagClassName
{
border-color: #30FDEA;
}
</style>