Html Css Color HEX #1EE1DC Bright Turquoise

📋 copy color: '#1EE1DC'

red 30 ◦ green 225 ◦ blue 220

#1EE1DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1EE1DC

Tints of Bright Turquoise #1EE1DC

RGB

 RED value IS 30 (12.11% from 255) = 6.32%

 GREEN value IS 225 (88.28% from 255) = 47.37%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 6.32%
G = 47.37%
B = 46.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#1EE1DC (or 0x1EE1DC) is known color: Bright Turquoise. HEX triplet: 1E, E1 and DC. RGB value is (30,225,220). Sum of RGB (Red+Green+Blue) = 30+225+220=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE1DC is #E11E23. Grayscale: #A5A5A5. Windows color (decimal): -14753316 or 14475550. OLE color: 14475550.

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

Color convert

RGB 30 225 220 -
CMYK 0.87 0 0.02 0.12
HSL 178.46º 0.76% 0.5% -
HSV(B) 178.46º 0.87% 0.88% -
XYZ 40.38 59.29 77.03 -
YUV 166.13 158.4 30.91 -
System Red Green Blue C M Y K H S L
Decimal 30 225 220 0.87 0 0.02 0.12 178.46 0.76 0.5
Hex 1E E1 DC 57 0 2 C B2 4C 32
Octal 36 341 334 127 0 2 14 262 114 62
Binary 11110 11100001 11011100 1010111 0 10 1100 10110010 1001100 110010

Color Harmonies of #1EE1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE1DC

Black with #1EE1DC

Text Example


Text Example

White with #1EE1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,225,220); }

 H1.HeaderClassName
 {
   color: #1EE1DC;
 }
 .AnyTagClassName
 {
   color: #1EE1DC;
 }
</style>

background-color css

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

 a { background-color: rgb(30,225,220); }

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

border-color css

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

 span { border-color: rgb(30,225,220); }

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