Shades of Turquoise #30EEFA
Tints of Turquoise #30EEFA
RGB
CMYK
RGB Variations
Color information
#30EEFA (or 0x30EEFA) is known color: Turquoise. HEX triplet: 30, EE and FA. RGB value is (48,238,250). Sum of RGB (Red+Green+Blue) = 48+238+250=536 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.96% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #30EEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EEFA is #CF1105. Grayscale: #B6B6B6. Windows color (decimal): -13570310 or 16444976. OLE color: 16444976.
HSL color Cylindrical-coordinate representation of color #30EEFA: hue angle of 183.56º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30EEFA is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 238 | 250 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.02 |
| HSL | 183.56º | 0.95% | 0.58% | - |
| HSV(B) | 183.56º | 0.81% | 0.98% | - |
| XYZ | 49.05 | 68.68 | 101.11 | - |
| YUV | 182.56 | 166.05 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 250 | 0.81 | 0.05 | 0 | 0.02 | 183.56 | 0.95 | 0.58 |
| Hex | 30 | EE | FA | 51 | 5 | 0 | 2 | B8 | 5F | 3A |
| Octal | 60 | 356 | 372 | 121 | 5 | 0 | 2 | 270 | 137 | 72 |
| Binary | 110000 | 11101110 | 11111010 | 1010001 | 101 | 0 | 10 | 10111000 | 1011111 | 111010 |
Color Harmonies of #30EEFA
Complementary color
Monochromatic Colors of #30EEFA
Black with #30EEFA
Text Example
Text Example
White with #30EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EEFA; }
p { color: rgb(48,238,250); }
H1.HeaderClassName
{
color: #30EEFA;
}
.AnyTagClassName
{
color: #30EEFA;
}
</style>
background-color css
<style>
a { background-color: #30EEFA; }
a { background-color: rgb(48,238,250); }
div.DivClassName
{
background-color: #30EEFA;
}
.BgClassName
{
background-color: #30EEFA;
}
</style>
border-color css
<style>
span { border-color: #30EEFA; }
span { border-color: rgb(48,238,250); }
td.TdClassName
{
border-color: #30EEFA;
}
.TagClassName
{
border-color: #30EEFA;
}
</style>