Html Css Color HEX #1ED7DD Bright Turquoise

📋 copy color: '#1ED7DD'

red 30 ◦ green 215 ◦ blue 221

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

Shades of Bright Turquoise #1ED7DD

Tints of Bright Turquoise #1ED7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.14%

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

R = 6.44%
G = 46.14%
B = 47.42%

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

#1ED7DD (or 0x1ED7DD) is known color: Bright Turquoise. HEX triplet: 1E, D7 and DD. RGB value is (30,215,221). Sum of RGB (Red+Green+Blue) = 30+215+221=466 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.44% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ED7DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED7DD is #E12822. Grayscale: #A0A0A0. Windows color (decimal): -14755875 or 14538526. OLE color: 14538526.

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

Color convert

RGB 30 215 221 -
CMYK 0.86 0.03 0 0.13
HSL 181.88º 0.76% 0.49% -
HSV(B) 181.88º 0.86% 0.87% -
XYZ 37.89 54.1 76.85 -
YUV 160.37 162.21 35.01 -
System Red Green Blue C M Y K H S L
Decimal 30 215 221 0.86 0.03 0 0.13 181.88 0.76 0.49
Hex 1E D7 DD 56 3 0 D B6 4C 31
Octal 36 327 335 126 3 0 15 266 114 61
Binary 11110 11010111 11011101 1010110 11 0 1101 10110110 1001100 110001

Color Harmonies of #1ED7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED7DD

Black with #1ED7DD

Text Example


Text Example

White with #1ED7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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