#1EE0F4

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

Shades of Bright Turquoise #1EE0F4

Tints of Bright Turquoise #1EE0F4

Color information

#1EE0F4 (or 0x1EE0F4) is unknown color: approx Bright Turquoise. HEX triplet: 1E, E0 and F4. RGB value is (30,224,244). Sum of RGB (Red+Green+Blue) = 30+224+244=498 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.02% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #1EE0F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE0F4 is #E11F0B. Grayscale: #A8A8A8. Windows color (decimal): -14753548 or 16048158. OLE color: 16048158.

HSL color Cylindrical-coordinate representation of color #1EE0F4: hue angle of 185.61º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EE0F4 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB30224244-
CMYK0.880.0800.04
HSL185.61º90.68%53.73%-
HSV(B)185.61º87.7%95.69%-
XYZ43.5260.1294.9-
YUV168.27170.7329.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.02%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 244 (95.70% from 255) = 49.00%
R=6.02%
G=44.98%
B=49.00%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal302242440.880.0800.04185.6190.6853.73
Hex1EE0F458804ba5b36
Octal36340364130100427213366
Binary111101110000011110100101100010000100101110101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EE0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,224,244); }

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

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

 a { background-color: rgb(30,224,244); }

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

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

 span { border-color: rgb(30,224,244); }

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