Html Css Color HEX #1EEED8 Bright Turquoise

📋 copy color: '#1EEED8'

red 30 ◦ green 238 ◦ blue 216

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

Shades of Bright Turquoise #1EEED8

Tints of Bright Turquoise #1EEED8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

 BLUE value IS 216 (84.77% from 255) = 44.63%

R = 6.2%
G = 49.17%
B = 44.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#1EEED8 (or 0x1EEED8) is known color: Bright Turquoise. HEX triplet: 1E, EE and D8. RGB value is (30,238,216). Sum of RGB (Red+Green+Blue) = 30+238+216=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEED8 is #E11127. Grayscale: #ADADAD. Windows color (decimal): -14749992 or 14216734. OLE color: 14216734.

HSL color Cylindrical-coordinate representation of color #1EEED8: hue angle of 173.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEED8 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 238 216 -
CMYK 0.87 0 0.09 0.07
HSL 173.65º 0.86% 0.53% -
HSV(B) 173.65º 0.87% 0.93% -
XYZ 43.5 66.38 75.49 -
YUV 173.3 152.09 25.79 -
System Red Green Blue C M Y K H S L
Decimal 30 238 216 0.87 0 0.09 0.07 173.65 0.86 0.53
Hex 1E EE D8 57 0 9 7 AE 56 35
Octal 36 356 330 127 0 11 7 256 126 65
Binary 11110 11101110 11011000 1010111 0 1001 111 10101110 1010110 110101

Color Harmonies of #1EEED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEED8

Black with #1EEED8

Text Example


Text Example

White with #1EEED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,238,216); }

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

background-color css

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

 a { background-color: rgb(30,238,216); }

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

border-color css

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

 span { border-color: rgb(30,238,216); }

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