Html Css Color HEX #1ED6EC Bright Turquoise

📋 copy color: '#1ED6EC'

red 30 ◦ green 214 ◦ blue 236

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

Shades of Bright Turquoise #1ED6EC

Tints of Bright Turquoise #1ED6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 6.25%
G = 44.58%
B = 49.17%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ED6EC (or 0x1ED6EC) is known color: Bright Turquoise. HEX triplet: 1E, D6 and EC. RGB value is (30,214,236). Sum of RGB (Red+Green+Blue) = 30+214+236=480 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.25% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #1ED6EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED6EC is #E12913. Grayscale: #A1A1A1. Windows color (decimal): -14756116 or 15521310. OLE color: 15521310.

HSL color Cylindrical-coordinate representation of color #1ED6EC: hue angle of 186.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ED6EC is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 214 236 -
CMYK 0.87 0.09 0 0.07
HSL 186.41º 0.84% 0.52% -
HSV(B) 186.41º 0.87% 0.93% -
XYZ 39.72 54.43 87.77 -
YUV 161.49 170.04 34.21 -
System Red Green Blue C M Y K H S L
Decimal 30 214 236 0.87 0.09 0 0.07 186.41 0.84 0.52
Hex 1E D6 EC 57 9 0 7 BA 54 34
Octal 36 326 354 127 11 0 7 272 124 64
Binary 11110 11010110 11101100 1010111 1001 0 111 10111010 1010100 110100

Color Harmonies of #1ED6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED6EC

Black with #1ED6EC

Text Example


Text Example

White with #1ED6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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