Shades of Turquoise #30E0FA
Tints of Turquoise #30E0FA
RGB
CMYK
RGB Variations
Color information
#30E0FA (or 0x30E0FA) is known color: Turquoise. HEX triplet: 30, E0 and FA. RGB value is (48,224,250). Sum of RGB (Red+Green+Blue) = 48+224+250=522 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.20% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #30E0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30E0FA is #CF1F05. Grayscale: #AEAEAE. Windows color (decimal): -13573894 or 16441392. OLE color: 16441392.
HSL color Cylindrical-coordinate representation of color #30E0FA: hue angle of 187.72º 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 #30E0FA is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 224 | 250 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.02 |
| HSL | 187.72º | 0.95% | 0.58% | - |
| HSV(B) | 187.72º | 0.81% | 0.98% | - |
| XYZ | 45.13 | 60.84 | 99.81 | - |
| YUV | 174.34 | 170.69 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 250 | 0.81 | 0.10 | 0 | 0.02 | 187.72 | 0.95 | 0.58 |
| Hex | 30 | E0 | FA | 51 | A | 0 | 2 | BC | 5F | 3A |
| Octal | 60 | 340 | 372 | 121 | 12 | 0 | 2 | 274 | 137 | 72 |
| Binary | 110000 | 11100000 | 11111010 | 1010001 | 1010 | 0 | 10 | 10111100 | 1011111 | 111010 |
Color Harmonies of #30E0FA
Complementary color
Monochromatic Colors of #30E0FA
Black with #30E0FA
Text Example
Text Example
White with #30E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E0FA; }
p { color: rgb(48,224,250); }
H1.HeaderClassName
{
color: #30E0FA;
}
.AnyTagClassName
{
color: #30E0FA;
}
</style>
background-color css
<style>
a { background-color: #30E0FA; }
a { background-color: rgb(48,224,250); }
div.DivClassName
{
background-color: #30E0FA;
}
.BgClassName
{
background-color: #30E0FA;
}
</style>
border-color css
<style>
span { border-color: #30E0FA; }
span { border-color: rgb(48,224,250); }
td.TdClassName
{
border-color: #30E0FA;
}
.TagClassName
{
border-color: #30E0FA;
}
</style>