Html Css Color HEX #1EDDDD Bright Turquoise

📋 copy color: '#1EDDDD'

red 30 ◦ green 221 ◦ blue 221

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

Shades of Bright Turquoise #1EDDDD

Tints of Bright Turquoise #1EDDDD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.82%

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

R = 6.36%
G = 46.82%
B = 46.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EDDDD (or 0x1EDDDD) is known color: Bright Turquoise. HEX triplet: 1E, DD and DD. RGB value is (30,221,221). Sum of RGB (Red+Green+Blue) = 30+221+221=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #1EDDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDDDD is #E12222. Grayscale: #A3A3A3. Windows color (decimal): -14754339 or 14540062. OLE color: 14540062.

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

Color convert

RGB 30 221 221 -
CMYK 0.86 0 0 0.13
HSL 180º 0.76% 0.49% -
HSV(B) 180º 0.86% 0.87% -
XYZ 39.44 57.21 77.37 -
YUV 163.89 160.22 32.5 -
System Red Green Blue C M Y K H S L
Decimal 30 221 221 0.86 0 0 0.13 180 0.76 0.49
Hex 1E DD DD 56 0 0 D B4 4C 31
Octal 36 335 335 126 0 0 15 264 114 61
Binary 11110 11011101 11011101 1010110 0 0 1101 10110100 1001100 110001

Color Harmonies of #1EDDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDDDD

Black with #1EDDDD

Text Example


Text Example

White with #1EDDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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