Html Css Color HEX #1ED8EC Bright Turquoise

📋 copy color: '#1ED8EC'

red 30 ◦ green 216 ◦ blue 236

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

Shades of Bright Turquoise #1ED8EC

Tints of Bright Turquoise #1ED8EC

RGB

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

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

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

R = 6.22%
G = 44.81%
B = 48.96%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ED8EC (or 0x1ED8EC) is known color: Bright Turquoise. HEX triplet: 1E, D8 and EC. RGB value is (30,216,236). Sum of RGB (Red+Green+Blue) = 30+216+236=482 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.22% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #1ED8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED8EC is #E12713. Grayscale: #A2A2A2. Windows color (decimal): -14755604 or 15521822. OLE color: 15521822.

HSL color Cylindrical-coordinate representation of color #1ED8EC: hue angle of 185.83º 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 #1ED8EC is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 216 236 -
CMYK 0.87 0.08 0 0.07
HSL 185.83º 0.84% 0.52% -
HSV(B) 185.83º 0.87% 0.93% -
XYZ 40.23 55.44 87.94 -
YUV 162.67 169.38 33.37 -
System Red Green Blue C M Y K H S L
Decimal 30 216 236 0.87 0.08 0 0.07 185.83 0.84 0.52
Hex 1E D8 EC 57 8 0 7 BA 54 34
Octal 36 330 354 127 10 0 7 272 124 64
Binary 11110 11011000 11101100 1010111 1000 0 111 10111010 1010100 110100

Color Harmonies of #1ED8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED8EC

Black with #1ED8EC

Text Example


Text Example

White with #1ED8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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