Html Css Color HEX #1EE7DD Bright Turquoise

📋 copy color: '#1EE7DD'

red 30 ◦ green 231 ◦ blue 221

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

Shades of Bright Turquoise #1EE7DD

Tints of Bright Turquoise #1EE7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.93%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 6.22%
G = 47.93%
B = 45.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#1EE7DD (or 0x1EE7DD) is known color: Bright Turquoise. HEX triplet: 1E, E7 and DD. RGB value is (30,231,221). Sum of RGB (Red+Green+Blue) = 30+231+221=482 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.22% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #1EE7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE7DD is #E11822. Grayscale: #A9A9A9. Windows color (decimal): -14751779 or 14542622. OLE color: 14542622.

HSL color Cylindrical-coordinate representation of color #1EE7DD: hue angle of 177.01º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE7DD is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 30 231 221 -
CMYK 0.87 0 0.04 0.09
HSL 177.01º 0.81% 0.51% -
HSV(B) 177.01º 0.87% 0.91% -
XYZ 42.16 62.65 78.28 -
YUV 169.76 156.91 28.31 -
System Red Green Blue C M Y K H S L
Decimal 30 231 221 0.87 0 0.04 0.09 177.01 0.81 0.51
Hex 1E E7 DD 57 0 4 9 B1 51 33
Octal 36 347 335 127 0 4 11 261 121 63
Binary 11110 11100111 11011101 1010111 0 100 1001 10110001 1010001 110011

Color Harmonies of #1EE7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE7DD

Black with #1EE7DD

Text Example


Text Example

White with #1EE7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,231,221); }

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

background-color css

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

 a { background-color: rgb(30,231,221); }

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

border-color css

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

 span { border-color: rgb(30,231,221); }

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