Html Css Color HEX #1EDDD4 Bright Turquoise

📋 copy color: '#1EDDD4'

red 30 ◦ green 221 ◦ blue 212

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

Shades of Bright Turquoise #1EDDD4

Tints of Bright Turquoise #1EDDD4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

 BLUE value IS 212 (83.2% from 255) = 45.79%

R = 6.48%
G = 47.73%
B = 45.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#1EDDD4 (or 0x1EDDD4) is known color: Bright Turquoise. HEX triplet: 1E, DD and D4. RGB value is (30,221,212). Sum of RGB (Red+Green+Blue) = 30+221+212=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDDD4 is #E1222B. Grayscale: #A2A2A2. Windows color (decimal): -14754348 or 13950238. OLE color: 13950238.

HSL color Cylindrical-coordinate representation of color #1EDDD4: hue angle of 177.17º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDDD4 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 221 212 -
CMYK 0.86 0 0.04 0.13
HSL 177.17º 0.76% 0.49% -
HSV(B) 177.17º 0.86% 0.87% -
XYZ 38.28 56.74 71.22 -
YUV 162.87 155.72 33.23 -
System Red Green Blue C M Y K H S L
Decimal 30 221 212 0.86 0 0.04 0.13 177.17 0.76 0.49
Hex 1E DD D4 56 0 4 D B1 4C 31
Octal 36 335 324 126 0 4 15 261 114 61
Binary 11110 11011101 11010100 1010110 0 100 1101 10110001 1001100 110001

Color Harmonies of #1EDDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDDD4

Black with #1EDDD4

Text Example


Text Example

White with #1EDDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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