#30F2E5

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

Shades of Turquoise #30F2E5

Tints of Turquoise #30F2E5

Color information

#30F2E5 (or 0x30F2E5) is unknown color: approx Turquoise. HEX triplet: 30, F2 and E5. RGB value is (48,242,229). Sum of RGB (Red+Green+Blue) = 48+242+229=519 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.25% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #30F2E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F2E5 is #CF0D1A. Grayscale: #B6B6B6. Windows color (decimal): -13569307 or 15069744. OLE color: 15069744.

HSL color Cylindrical-coordinate representation of color #30F2E5: hue angle of 175.98º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F2E5 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB48242229-
CMYK0.8000.050.05
HSL175.98º88.18%56.86%-
HSV(B)175.98º80.17%94.9%-
XYZ47.1169.7985.12-
YUV182.51154.2332.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.25%
GREEN value IS 242 (94.92% from 255) = 46.63%
BLUE value IS 229 (89.84% from 255) = 44.12%
R=9.25%
G=46.63%
B=44.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482422290.8000.050.05175.9888.1856.86
Hex30F2E550055b05839
Octal6036234512005526013071
Binary110000111100101110010110100000101101101100001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,242,229); }

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

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

 a { background-color: rgb(48,242,229); }

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

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

 span { border-color: rgb(48,242,229); }

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