Shades of Turquoise #30F4EE
Tints of Turquoise #30F4EE
RGB
CMYK
RGB Variations
Color information
#30F4EE (or 0x30F4EE) is known color: Turquoise. HEX triplet: 30, F4 and EE. RGB value is (48,244,238). Sum of RGB (Red+Green+Blue) = 48+244+238=530 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.06% from 530); Green value is 244 (95.70% from 255 or 46.04% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 244 - color contains mainly: green. Hex color #30F4EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F4EE is #CF0B11. Grayscale: #B8B8B8. Windows color (decimal): -13568786 or 15660080. OLE color: 15660080.
HSL color Cylindrical-coordinate representation of color #30F4EE: hue angle of 178.16º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F4EE is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 244 | 238 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.04 |
| HSL | 178.16º | 0.9% | 0.57% | - |
| HSV(B) | 178.16º | 0.8% | 0.96% | - |
| XYZ | 49 | 71.5 | 92.11 | - |
| YUV | 184.71 | 158.07 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 244 | 238 | 0.80 | 0 | 0.02 | 0.04 | 178.16 | 0.9 | 0.57 |
| Hex | 30 | F4 | EE | 50 | 0 | 2 | 4 | B2 | 5A | 39 |
| Octal | 60 | 364 | 356 | 120 | 0 | 2 | 4 | 262 | 132 | 71 |
| Binary | 110000 | 11110100 | 11101110 | 1010000 | 0 | 10 | 100 | 10110010 | 1011010 | 111001 |
Color Harmonies of #30F4EE
Complementary color
Monochromatic Colors of #30F4EE
Black with #30F4EE
Text Example
Text Example
White with #30F4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F4EE; }
p { color: rgb(48,244,238); }
H1.HeaderClassName
{
color: #30F4EE;
}
.AnyTagClassName
{
color: #30F4EE;
}
</style>
background-color css
<style>
a { background-color: #30F4EE; }
a { background-color: rgb(48,244,238); }
div.DivClassName
{
background-color: #30F4EE;
}
.BgClassName
{
background-color: #30F4EE;
}
</style>
border-color css
<style>
span { border-color: #30F4EE; }
span { border-color: rgb(48,244,238); }
td.TdClassName
{
border-color: #30F4EE;
}
.TagClassName
{
border-color: #30F4EE;
}
</style>