Html Css Color HEX #1ED5CE Dark Turquoise

📋 copy color: '#1ED5CE'

red 30 ◦ green 213 ◦ blue 206

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

Shades of Dark Turquoise #1ED5CE

Tints of Dark Turquoise #1ED5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 6.68%
G = 47.44%
B = 45.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#1ED5CE (or 0x1ED5CE) is known color: Dark Turquoise. HEX triplet: 1E, D5 and CE. RGB value is (30,213,206). Sum of RGB (Red+Green+Blue) = 30+213+206=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED5CE is #E12A31. Grayscale: #9D9D9D. Windows color (decimal): -14756402 or 13554974. OLE color: 13554974.

HSL color Cylindrical-coordinate representation of color #1ED5CE: hue angle of 177.7º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED5CE is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 213 206 -
CMYK 0.86 0 0.03 0.16
HSL 177.7º 0.75% 0.48% -
HSV(B) 177.7º 0.86% 0.84% -
XYZ 35.47 52.32 66.62 -
YUV 157.49 155.37 37.07 -
System Red Green Blue C M Y K H S L
Decimal 30 213 206 0.86 0 0.03 0.16 177.7 0.75 0.48
Hex 1E D5 CE 56 0 3 10 B2 4B 30
Octal 36 325 316 126 0 3 20 262 113 60
Binary 11110 11010101 11001110 1010110 0 11 10000 10110010 1001011 110000

Color Harmonies of #1ED5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED5CE

Black with #1ED5CE

Text Example


Text Example

White with #1ED5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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