#1EEDF5

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

Shades of Bright Turquoise #1EEDF5

Tints of Bright Turquoise #1EEDF5

Color information

#1EEDF5 (or 0x1EEDF5) is unknown color: approx Bright Turquoise. HEX triplet: 1E, ED and F5. RGB value is (30,237,245). Sum of RGB (Red+Green+Blue) = 30+237+245=512 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.86% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #1EEDF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEDF5 is #E1120A. Grayscale: #AFAFAF. Windows color (decimal): -14750219 or 16117022. OLE color: 16117022.

HSL color Cylindrical-coordinate representation of color #1EEDF5: hue angle of 182.23º 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 #1EEDF5 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB30237245-
CMYK0.880.0300.04
HSL182.23º91.49%53.92%-
HSV(B)182.23º87.76%96.08%-
XYZ47.367.4496.91-
YUV176.02166.9223.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.86%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 245 (96.09% from 255) = 47.85%
R=5.86%
G=46.29%
B=47.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal302372450.880.0300.04182.2391.4953.92
Hex1EEDF558304b65b36
Octal3635536513030426613366
Binary1111011101101111101011011000110100101101101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,237,245); }

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

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

 a { background-color: rgb(30,237,245); }

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

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

 span { border-color: rgb(30,237,245); }

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