Html Css Color HEX #1ED6DE Bright Turquoise

📋 copy color: '#1ED6DE'

red 30 ◦ green 214 ◦ blue 222

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

Shades of Bright Turquoise #1ED6DE

Tints of Bright Turquoise #1ED6DE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.92%

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 6.44%
G = 45.92%
B = 47.64%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ED6DE (or 0x1ED6DE) is known color: Bright Turquoise. HEX triplet: 1E, D6 and DE. RGB value is (30,214,222). Sum of RGB (Red+Green+Blue) = 30+214+222=466 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.44% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #1ED6DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED6DE is #E12921. Grayscale: #9F9F9F. Windows color (decimal): -14756130 or 14603806. OLE color: 14603806.

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

Color convert

RGB 30 214 222 -
CMYK 0.86 0.04 0 0.13
HSL 182.5º 0.76% 0.49% -
HSV(B) 182.5º 0.86% 0.87% -
XYZ 37.77 53.64 77.47 -
YUV 159.9 163.04 35.35 -
System Red Green Blue C M Y K H S L
Decimal 30 214 222 0.86 0.04 0 0.13 182.5 0.76 0.49
Hex 1E D6 DE 56 4 0 D B6 4C 31
Octal 36 326 336 126 4 0 15 266 114 61
Binary 11110 11010110 11011110 1010110 100 0 1101 10110110 1001100 110001

Color Harmonies of #1ED6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED6DE

Black with #1ED6DE

Text Example


Text Example

White with #1ED6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,214,222); }

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

background-color css

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

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

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

border-color css

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

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

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