#1EEFCA

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

Shades of Bright Turquoise #1EEFCA

Tints of Bright Turquoise #1EEFCA

Color information

#1EEFCA (or 0x1EEFCA) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EF and CA. RGB value is (30,239,202). Sum of RGB (Red+Green+Blue) = 30+239+202=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFCA is #E11035. Grayscale: #ACACAC. Windows color (decimal): -14749750 or 13299486. OLE color: 13299486.

HSL color Cylindrical-coordinate representation of color #1EEFCA: hue angle of 169.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEFCA is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB30239202-
CMYK0.8700.150.06
HSL169.38º86.72%52.75%-
HSV(B)169.38º87.45%93.73%-
XYZ42.0666.2766.45-
YUV172.29144.7626.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.37%
GREEN value IS 239 (93.75% from 255) = 50.74%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=6.37%
G=50.74%
B=42.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302392020.8700.150.06169.3886.7252.75
Hex1EEFCA570F6a95735
Octal36357312127017625112765
Binary111101110111111001010101011101111110101010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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