Html Css Color HEX #1EE4DA Bright Turquoise

📋 copy color: '#1EE4DA'

red 30 ◦ green 228 ◦ blue 218

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

Shades of Bright Turquoise #1EE4DA

Tints of Bright Turquoise #1EE4DA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.9%

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 6.3%
G = 47.9%
B = 45.8%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#1EE4DA (or 0x1EE4DA) is known color: Bright Turquoise. HEX triplet: 1E, E4 and DA. RGB value is (30,228,218). Sum of RGB (Red+Green+Blue) = 30+228+218=476 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.30% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #1EE4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE4DA is #E11B25. Grayscale: #A7A7A7. Windows color (decimal): -14752550 or 14345246. OLE color: 14345246.

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

Color convert

RGB 30 228 218 -
CMYK 0.87 0 0.04 0.11
HSL 176.97º 0.79% 0.51% -
HSV(B) 176.97º 0.87% 0.89% -
XYZ 40.93 60.82 75.91 -
YUV 167.66 156.4 29.81 -
System Red Green Blue C M Y K H S L
Decimal 30 228 218 0.87 0 0.04 0.11 176.97 0.79 0.51
Hex 1E E4 DA 57 0 4 B B1 4F 33
Octal 36 344 332 127 0 4 13 261 117 63
Binary 11110 11100100 11011010 1010111 0 100 1011 10110001 1001111 110011

Color Harmonies of #1EE4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE4DA

Black with #1EE4DA

Text Example


Text Example

White with #1EE4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,228,218); }

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

background-color css

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

 a { background-color: rgb(30,228,218); }

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

border-color css

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

 span { border-color: rgb(30,228,218); }

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