Html Css Color HEX #1EDCDD Bright Turquoise

📋 copy color: '#1EDCDD'

red 30 ◦ green 220 ◦ blue 221

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

Shades of Bright Turquoise #1EDCDD

Tints of Bright Turquoise #1EDCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

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

R = 6.37%
G = 46.71%
B = 46.92%

CMYK

 C value IS 0.86

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EDCDD (or 0x1EDCDD) is known color: Bright Turquoise. HEX triplet: 1E, DC and DD. RGB value is (30,220,221). Sum of RGB (Red+Green+Blue) = 30+220+221=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EDCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCDD is #E12322. Grayscale: #A3A3A3. Windows color (decimal): -14754595 or 14539806. OLE color: 14539806.

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

Color convert

RGB 30 220 221 -
CMYK 0.86 0.00 0 0.13
HSL 180.31º 0.76% 0.49% -
HSV(B) 180.31º 0.86% 0.87% -
XYZ 39.18 56.68 77.28 -
YUV 163.3 160.55 32.92 -
System Red Green Blue C M Y K H S L
Decimal 30 220 221 0.86 0.00 0 0.13 180.31 0.76 0.49
Hex 1E DC DD 56 0 0 D B4 4C 31
Octal 36 334 335 126 0 0 15 264 114 61
Binary 11110 11011100 11011101 1010110 0 0 1101 10110100 1001100 110001

Color Harmonies of #1EDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCDD

Black with #1EDCDD

Text Example


Text Example

White with #1EDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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