Html Css Color HEX #1ED2DD Bright Turquoise

📋 copy color: '#1ED2DD'

red 30 ◦ green 210 ◦ blue 221

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

Shades of Bright Turquoise #1ED2DD

Tints of Bright Turquoise #1ED2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.55%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 6.51%
G = 45.55%
B = 47.94%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ED2DD (or 0x1ED2DD) is known color: Bright Turquoise. HEX triplet: 1E, D2 and DD. RGB value is (30,210,221). Sum of RGB (Red+Green+Blue) = 30+210+221=461 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.51% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ED2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED2DD is #E12D22. Grayscale: #9D9D9D. Windows color (decimal): -14757155 or 14537246. OLE color: 14537246.

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

Color convert

RGB 30 210 221 -
CMYK 0.86 0.05 0 0.13
HSL 183.46º 0.76% 0.49% -
HSV(B) 183.46º 0.86% 0.87% -
XYZ 36.63 51.59 76.43 -
YUV 157.43 163.87 37.11 -
System Red Green Blue C M Y K H S L
Decimal 30 210 221 0.86 0.05 0 0.13 183.46 0.76 0.49
Hex 1E D2 DD 56 5 0 D B7 4C 31
Octal 36 322 335 126 5 0 15 267 114 61
Binary 11110 11010010 11011101 1010110 101 0 1101 10110111 1001100 110001

Color Harmonies of #1ED2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED2DD

Black with #1ED2DD

Text Example


Text Example

White with #1ED2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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