Html Css Color HEX #1ED0DE Dark Turquoise

📋 copy color: '#1ED0DE'

red 30 ◦ green 208 ◦ blue 222

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

Shades of Dark Turquoise #1ED0DE

Tints of Dark Turquoise #1ED0DE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 6.52%
G = 45.22%
B = 48.26%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ED0DE (or 0x1ED0DE) is known color: Dark Turquoise. HEX triplet: 1E, D0 and DE. RGB value is (30,208,222). Sum of RGB (Red+Green+Blue) = 30+208+222=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #1ED0DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED0DE is #E12F21. Grayscale: #9C9C9C. Windows color (decimal): -14757666 or 14602270. OLE color: 14602270.

HSL color Cylindrical-coordinate representation of color #1ED0DE: hue angle of 184.38º 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 #1ED0DE is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 208 222 -
CMYK 0.86 0.06 0 0.13
HSL 184.38º 0.76% 0.49% -
HSV(B) 184.38º 0.86% 0.87% -
XYZ 36.28 50.66 76.97 -
YUV 156.37 165.03 37.86 -
System Red Green Blue C M Y K H S L
Decimal 30 208 222 0.86 0.06 0 0.13 184.38 0.76 0.49
Hex 1E D0 DE 56 6 0 D B8 4C 31
Octal 36 320 336 126 6 0 15 270 114 61
Binary 11110 11010000 11011110 1010110 110 0 1101 10111000 1001100 110001

Color Harmonies of #1ED0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED0DE

Black with #1ED0DE

Text Example


Text Example

White with #1ED0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,208,222); }

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

background-color css

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

 a { background-color: rgb(30,208,222); }

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

border-color css

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

 span { border-color: rgb(30,208,222); }

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