#1EEEF5

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

Shades of Bright Turquoise #1EEEF5

Tints of Bright Turquoise #1EEEF5

Color information

#1EEEF5 (or 0x1EEEF5) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EE and F5. RGB value is (30,238,245). Sum of RGB (Red+Green+Blue) = 30+238+245=513 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.85% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #1EEEF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEEF5 is #E1110A. Grayscale: #B0B0B0. Windows color (decimal): -14749963 or 16117278. OLE color: 16117278.

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

Color convert

RGB30238245-
CMYK0.880.0300.04
HSL181.95º91.49%53.92%-
HSV(B)181.95º87.76%96.08%-
XYZ47.5968.0297.01-
YUV176.61166.5923.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.85%
GREEN value IS 238 (93.36% from 255) = 46.39%
BLUE value IS 245 (96.09% from 255) = 47.76%
R=5.85%
G=46.39%
B=47.76%

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
Decimal302382450.880.0300.04181.9591.4953.92
Hex1EEEF558304b65b36
Octal3635636513030426613366
Binary1111011101110111101011011000110100101101101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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