#1EE0BD

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

Shades of Turquoise #1EE0BD

Tints of Turquoise #1EE0BD

Color information

#1EE0BD (or 0x1EE0BD) is unknown color: approx Turquoise. HEX triplet: 1E, E0 and BD. RGB value is (30,224,189). Sum of RGB (Red+Green+Blue) = 30+224+189=443 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.77% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0BD is #E11F42. Grayscale: #A1A1A1. Windows color (decimal): -14753603 or 12443678. OLE color: 12443678.

HSL color Cylindrical-coordinate representation of color #1EE0BD: hue angle of 169.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE0BD is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB30224189-
CMYK0.8700.160.12
HSL169.18º76.38%49.8%-
HSV(B)169.18º86.61%87.84%-
XYZ36.3857.2657.28-
YUV162143.2333.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.77%
GREEN value IS 224 (87.89% from 255) = 50.56%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=6.77%
G=50.56%
B=42.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal302241890.8700.160.12169.1876.3849.8
Hex1EE0BD57010Ca94c32
Octal363402751270201425111462
Binary11110111000001011110110101110100001100101010011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EE0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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