Html Css Color HEX #1EDADD Bright Turquoise

📋 copy color: '#1EDADD'

red 30 ◦ green 218 ◦ blue 221

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

Shades of Bright Turquoise #1EDADD

Tints of Bright Turquoise #1EDADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.48%

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

R = 6.4%
G = 46.48%
B = 47.12%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EDADD (or 0x1EDADD) is known color: Bright Turquoise. HEX triplet: 1E, DA and DD. RGB value is (30,218,221). Sum of RGB (Red+Green+Blue) = 30+218+221=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EDADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDADD is #E12522. Grayscale: #A1A1A1. Windows color (decimal): -14755107 or 14539294. OLE color: 14539294.

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

Color convert

RGB 30 218 221 -
CMYK 0.86 0.01 0 0.13
HSL 180.94º 0.76% 0.49% -
HSV(B) 180.94º 0.86% 0.87% -
XYZ 38.66 55.64 77.11 -
YUV 162.13 161.22 33.76 -
System Red Green Blue C M Y K H S L
Decimal 30 218 221 0.86 0.01 0 0.13 180.94 0.76 0.49
Hex 1E DA DD 56 1 0 D B5 4C 31
Octal 36 332 335 126 1 0 15 265 114 61
Binary 11110 11011010 11011101 1010110 1 0 1101 10110101 1001100 110001

Color Harmonies of #1EDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDADD

Black with #1EDADD

Text Example


Text Example

White with #1EDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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