#1EF3CA

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

Shades of Bright Turquoise #1EF3CA

Tints of Bright Turquoise #1EF3CA

Color information

#1EF3CA (or 0x1EF3CA) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F3 and CA. RGB value is (30,243,202). Sum of RGB (Red+Green+Blue) = 30+243+202=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF3CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF3CA is #E10C35. Grayscale: #AEAEAE. Windows color (decimal): -14748726 or 13300510. OLE color: 13300510.

HSL color Cylindrical-coordinate representation of color #1EF3CA: hue angle of 168.45º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF3CA is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB30243202-
CMYK0.8800.170.05
HSL168.45º89.87%53.53%-
HSV(B)168.45º87.65%95.29%-
XYZ43.2568.6466.85-
YUV174.64143.4324.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.32%
GREEN value IS 243 (95.31% from 255) = 51.16%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=6.32%
G=51.16%
B=42.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal302432020.8800.170.05168.4589.8753.53
Hex1EF3CA580115a85a36
Octal36363312130021525013266
Binary1111011110011110010101011000010001101101010001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EF3CA; }

 p { color: rgb(30,243,202); }

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

<style>
 a { background-color: #1EF3CA; }

 a { background-color: rgb(30,243,202); }

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

<style>
 span { border-color: #1EF3CA; }

 span { border-color: rgb(30,243,202); }

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