#1EEFCC

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

Shades of Bright Turquoise #1EEFCC

Tints of Bright Turquoise #1EEFCC

Color information

#1EEFCC (or 0x1EEFCC) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EF and CC. RGB value is (30,239,204). Sum of RGB (Red+Green+Blue) = 30+239+204=473 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.34% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFCC is #E11033. Grayscale: #ACACAC. Windows color (decimal): -14749748 or 13430558. OLE color: 13430558.

HSL color Cylindrical-coordinate representation of color #1EEFCC: hue angle of 169.95º 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 #1EEFCC is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB30239204-
CMYK0.8700.150.06
HSL169.95º86.72%52.75%-
HSV(B)169.95º87.45%93.73%-
XYZ42.366.3767.71-
YUV172.52145.7626.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.34%
GREEN value IS 239 (93.75% from 255) = 50.53%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=6.34%
G=50.53%
B=43.13%

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
Decimal302392040.8700.150.06169.9586.7252.75
Hex1EEFCC570F6aa5735
Octal36357314127017625212765
Binary111101110111111001100101011101111110101010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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