Shades of Turquoise #30E0FE
Tints of Turquoise #30E0FE
RGB
CMYK
RGB Variations
Color information
#30E0FE (or 0x30E0FE) is known color: Turquoise. HEX triplet: 30, E0 and FE. RGB value is (48,224,254). Sum of RGB (Red+Green+Blue) = 48+224+254=526 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.13% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #30E0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E0FE is #CF1F01. Grayscale: #AEAEAE. Windows color (decimal): -13573890 or 16703536. OLE color: 16703536.
HSL color Cylindrical-coordinate representation of color #30E0FE: hue angle of 188.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 #30E0FE is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 224 | 254 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.00 |
| HSL | 188.74º | 0.99% | 0.59% | - |
| HSV(B) | 188.74º | 0.81% | 1% | - |
| XYZ | 45.76 | 61.1 | 103.15 | - |
| YUV | 174.8 | 172.69 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 254 | 0.81 | 0.12 | 0 | 0.00 | 188.74 | 0.99 | 0.59 |
| Hex | 30 | E0 | FE | 51 | C | 0 | 0 | BD | 63 | 3B |
| Octal | 60 | 340 | 376 | 121 | 14 | 0 | 0 | 275 | 143 | 73 |
| Binary | 110000 | 11100000 | 11111110 | 1010001 | 1100 | 0 | 0 | 10111101 | 1100011 | 111011 |
Color Harmonies of #30E0FE
Complementary color
Monochromatic Colors of #30E0FE
Black with #30E0FE
Text Example
Text Example
White with #30E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E0FE; }
p { color: rgb(48,224,254); }
H1.HeaderClassName
{
color: #30E0FE;
}
.AnyTagClassName
{
color: #30E0FE;
}
</style>
background-color css
<style>
a { background-color: #30E0FE; }
a { background-color: rgb(48,224,254); }
div.DivClassName
{
background-color: #30E0FE;
}
.BgClassName
{
background-color: #30E0FE;
}
</style>
border-color css
<style>
span { border-color: #30E0FE; }
span { border-color: rgb(48,224,254); }
td.TdClassName
{
border-color: #30E0FE;
}
.TagClassName
{
border-color: #30E0FE;
}
</style>