#1EEFDE

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

Shades of Bright Turquoise #1EEFDE

Tints of Bright Turquoise #1EEFDE

Color information

#1EEFDE (or 0x1EEFDE) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EF and DE. RGB value is (30,239,222). Sum of RGB (Red+Green+Blue) = 30+239+222=491 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.11% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFDE is #E11021. Grayscale: #AEAEAE. Windows color (decimal): -14749730 or 14610206. OLE color: 14610206.

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

Color convert

RGB30239222-
CMYK0.8700.070.06
HSL175.12º86.72%52.75%-
HSV(B)175.12º87.45%93.73%-
XYZ44.5967.2879.74-
YUV174.57154.7624.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.11%
GREEN value IS 239 (93.75% from 255) = 48.68%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=6.11%
G=48.68%
B=45.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302392220.8700.070.06175.1286.7252.75
Hex1EEFDE57076af5735
Octal3635733612707625712765
Binary11110111011111101111010101110111110101011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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