Html Css Color HEX #1EE9D5 Bright Turquoise

📋 copy color: '#1EE9D5'

red 30 ◦ green 233 ◦ blue 213

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

Shades of Bright Turquoise #1EE9D5

Tints of Bright Turquoise #1EE9D5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.95%

 BLUE value IS 213 (83.59% from 255) = 44.75%

R = 6.3%
G = 48.95%
B = 44.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#1EE9D5 (or 0x1EE9D5) is known color: Bright Turquoise. HEX triplet: 1E, E9 and D5. RGB value is (30,233,213). Sum of RGB (Red+Green+Blue) = 30+233+213=476 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.30% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE9D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE9D5 is #E1162A. Grayscale: #A9A9A9. Windows color (decimal): -14751275 or 14018846. OLE color: 14018846.

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

Color convert

RGB 30 233 213 -
CMYK 0.87 0 0.09 0.09
HSL 174.09º 0.82% 0.52% -
HSV(B) 174.09º 0.87% 0.91% -
XYZ 41.68 63.36 72.98 -
YUV 170.02 152.25 28.13 -
System Red Green Blue C M Y K H S L
Decimal 30 233 213 0.87 0 0.09 0.09 174.09 0.82 0.52
Hex 1E E9 D5 57 0 9 9 AE 52 34
Octal 36 351 325 127 0 11 11 256 122 64
Binary 11110 11101001 11010101 1010111 0 1001 1001 10101110 1010010 110100

Color Harmonies of #1EE9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE9D5

Black with #1EE9D5

Text Example


Text Example

White with #1EE9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,233,213); }

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

background-color css

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

 a { background-color: rgb(30,233,213); }

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

border-color css

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

 span { border-color: rgb(30,233,213); }

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