Html Css Color HEX #1ED6DD Bright Turquoise

📋 copy color: '#1ED6DD'

red 30 ◦ green 214 ◦ blue 221

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

Shades of Bright Turquoise #1ED6DD

Tints of Bright Turquoise #1ED6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

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

R = 6.45%
G = 46.02%
B = 47.53%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ED6DD (or 0x1ED6DD) is known color: Bright Turquoise. HEX triplet: 1E, D6 and DD. RGB value is (30,214,221). Sum of RGB (Red+Green+Blue) = 30+214+221=465 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.45% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ED6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED6DD is #E12922. Grayscale: #9F9F9F. Windows color (decimal): -14756131 or 14538270. OLE color: 14538270.

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

Color convert

RGB 30 214 221 -
CMYK 0.86 0.03 0 0.13
HSL 182.2º 0.76% 0.49% -
HSV(B) 182.2º 0.86% 0.87% -
XYZ 37.63 53.59 76.77 -
YUV 159.78 162.54 35.43 -
System Red Green Blue C M Y K H S L
Decimal 30 214 221 0.86 0.03 0 0.13 182.2 0.76 0.49
Hex 1E D6 DD 56 3 0 D B6 4C 31
Octal 36 326 335 126 3 0 15 266 114 61
Binary 11110 11010110 11011101 1010110 11 0 1101 10110110 1001100 110001

Color Harmonies of #1ED6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED6DD

Black with #1ED6DD

Text Example


Text Example

White with #1ED6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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