Html Css Color HEX #1ED8CE Bright Turquoise

📋 copy color: '#1ED8CE'

red 30 ◦ green 216 ◦ blue 206

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

Shades of Bright Turquoise #1ED8CE

Tints of Bright Turquoise #1ED8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.79%

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 6.64%
G = 47.79%
B = 45.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#1ED8CE (or 0x1ED8CE) is known color: Bright Turquoise. HEX triplet: 1E, D8 and CE. RGB value is (30,216,206). Sum of RGB (Red+Green+Blue) = 30+216+206=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED8CE is #E12731. Grayscale: #9F9F9F. Windows color (decimal): -14755634 or 13555742. OLE color: 13555742.

HSL color Cylindrical-coordinate representation of color #1ED8CE: hue angle of 176.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED8CE is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 216 206 -
CMYK 0.86 0 0.05 0.15
HSL 176.77º 0.76% 0.48% -
HSV(B) 176.77º 0.86% 0.85% -
XYZ 36.23 53.84 66.88 -
YUV 159.25 154.38 35.81 -
System Red Green Blue C M Y K H S L
Decimal 30 216 206 0.86 0 0.05 0.15 176.77 0.76 0.48
Hex 1E D8 CE 56 0 5 F B1 4C 30
Octal 36 330 316 126 0 5 17 261 114 60
Binary 11110 11011000 11001110 1010110 0 101 1111 10110001 1001100 110000

Color Harmonies of #1ED8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED8CE

Black with #1ED8CE

Text Example


Text Example

White with #1ED8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,216,206); }

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

background-color css

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

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

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

border-color css

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

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

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