#30FFEA

Color #30FFEA Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #30FFEA

Tints of Turquoise #30FFEA

Color information

#30FFEA (or 0x30FFEA) is unknown color: approx Turquoise. HEX triplet: 30, FF and EA. RGB value is (48,255,234). Sum of RGB (Red+Green+Blue) = 48+255+234=537 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.94% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FFEA is #CF0015. Grayscale: #BEBEBE. Windows color (decimal): -13565974 or 15400752. OLE color: 15400752.

HSL color Cylindrical-coordinate representation of color #30FFEA: hue angle of 173.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFEA is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB48255234-
CMYK0.8100.080
HSL173.91º100%59.41%-
HSV(B)173.91º81.18%100%-
XYZ51.8378.0990.18-
YUV190.71152.4226.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 8.94%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=8.94%
G=47.49%
B=43.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal482552340.8100.080173.9110059.41
Hex30FFEA51080ae643b
Octal60377352121010025614473
Binary11000011111111111010101010001010000101011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30FFEA; }

 p { color: rgb(48,255,234); }

 H1.HeaderClassName
 {
   color: #30FFEA;
 }
 .AnyTagClassName
 {
   color: #30FFEA;
 }
</style>
background-color css

<style>
 a { background-color: #30FFEA; }

 a { background-color: rgb(48,255,234); }

 div.DivClassName
 {
   background-color: #30FFEA;
 }
 .BgClassName
 {
   background-color: #30FFEA;
 }
</style>
border-color css

<style>
 span { border-color: #30FFEA; }

 span { border-color: rgb(48,255,234); }

 td.TdClassName
 {
   border-color: #30FFEA;
 }
 .TagClassName
 {
   border-color: #30FFEA;
 }
</style>