Html Css Color HEX #1EDBDC Bright Turquoise

📋 copy color: '#1EDBDC'

red 30 ◦ green 219 ◦ blue 220

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

Shades of Bright Turquoise #1EDBDC

Tints of Bright Turquoise #1EDBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.7%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 6.4%
G = 46.7%
B = 46.91%

CMYK

 C value IS 0.86

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1EDBDC (or 0x1EDBDC) is known color: Bright Turquoise. HEX triplet: 1E, DB and DC. RGB value is (30,219,220). Sum of RGB (Red+Green+Blue) = 30+219+220=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #1EDBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDBDC is #E12423. Grayscale: #A2A2A2. Windows color (decimal): -14754852 or 14474014. OLE color: 14474014.

HSL color Cylindrical-coordinate representation of color #1EDBDC: hue angle of 180.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDBDC is Cyan = 0.86, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 219 220 -
CMYK 0.86 0.00 0 0.14
HSL 180.32º 0.76% 0.49% -
HSV(B) 180.32º 0.86% 0.86% -
XYZ 38.79 56.11 76.5 -
YUV 162.6 160.38 33.42 -
System Red Green Blue C M Y K H S L
Decimal 30 219 220 0.86 0.00 0 0.14 180.32 0.76 0.49
Hex 1E DB DC 56 0 0 E B4 4C 31
Octal 36 333 334 126 0 0 16 264 114 61
Binary 11110 11011011 11011100 1010110 0 0 1110 10110100 1001100 110001

Color Harmonies of #1EDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDBDC

Black with #1EDBDC

Text Example


Text Example

White with #1EDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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