Html Css Color HEX #1ED5DD Bright Turquoise

📋 copy color: '#1ED5DD'

red 30 ◦ green 213 ◦ blue 221

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

Shades of Bright Turquoise #1ED5DD

Tints of Bright Turquoise #1ED5DD

RGB

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

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

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

R = 6.47%
G = 45.91%
B = 47.63%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ED5DD (or 0x1ED5DD) is known color: Bright Turquoise. HEX triplet: 1E, D5 and DD. RGB value is (30,213,221). Sum of RGB (Red+Green+Blue) = 30+213+221=464 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.47% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ED5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED5DD is #E12A22. Grayscale: #9E9E9E. Windows color (decimal): -14756387 or 14538014. OLE color: 14538014.

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

Color convert

RGB 30 213 221 -
CMYK 0.86 0.04 0 0.13
HSL 182.51º 0.76% 0.49% -
HSV(B) 182.51º 0.86% 0.87% -
XYZ 37.38 53.08 76.68 -
YUV 159.2 162.87 35.85 -
System Red Green Blue C M Y K H S L
Decimal 30 213 221 0.86 0.04 0 0.13 182.51 0.76 0.49
Hex 1E D5 DD 56 4 0 D B7 4C 31
Octal 36 325 335 126 4 0 15 267 114 61
Binary 11110 11010101 11011101 1010110 100 0 1101 10110111 1001100 110001

Color Harmonies of #1ED5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED5DD

Black with #1ED5DD

Text Example


Text Example

White with #1ED5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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