#1eeeef

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

Shades of Bright Turquoise #1EEEEF

Tints of Bright Turquoise #1EEEEF

Color information

#1EEEEF (or 0x1EEEEF) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EE and EF. RGB value is (30,238,239). Sum of RGB (Red+Green+Blue) = 30+238+239=507 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.92% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EEEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEEEF is #E11110. Grayscale: #AFAFAF. Windows color (decimal): -14749969 or 15724062. OLE color: 15724062.

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

Color convert

RGB30238239-
CMYK0.870.0000.06
HSL180.29º86.72%52.75%-
HSV(B)180.29º87.45%93.73%-
XYZ46.6967.6692.26-
YUV175.92163.5923.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.92%
GREEN value IS 238 (93.36% from 255) = 46.94%
BLUE value IS 239 (93.75% from 255) = 47.14%
R=5.92%
G=46.94%
B=47.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302382390.870.0000.06180.2986.7252.75
Hex1EEEEF57006b45735
Octal3635635712700626412765
Binary111101110111011101111101011100110101101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eeeef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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