Html Css Color HEX #1ED0EC Bright Turquoise

📋 copy color: '#1ED0EC'

red 30 ◦ green 208 ◦ blue 236

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

Shades of Bright Turquoise #1ED0EC

Tints of Bright Turquoise #1ED0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.88%

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

R = 6.33%
G = 43.88%
B = 49.79%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ED0EC (or 0x1ED0EC) is known color: Bright Turquoise. HEX triplet: 1E, D0 and EC. RGB value is (30,208,236). Sum of RGB (Red+Green+Blue) = 30+208+236=474 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.33% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #1ED0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED0EC is #E12F13. Grayscale: #9D9D9D. Windows color (decimal): -14757652 or 15519774. OLE color: 15519774.

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

Color convert

RGB 30 208 236 -
CMYK 0.87 0.12 0 0.07
HSL 188.16º 0.84% 0.52% -
HSV(B) 188.16º 0.87% 0.93% -
XYZ 38.23 51.44 87.27 -
YUV 157.97 172.03 36.72 -
System Red Green Blue C M Y K H S L
Decimal 30 208 236 0.87 0.12 0 0.07 188.16 0.84 0.52
Hex 1E D0 EC 57 C 0 7 BC 54 34
Octal 36 320 354 127 14 0 7 274 124 64
Binary 11110 11010000 11101100 1010111 1100 0 111 10111100 1010100 110100

Color Harmonies of #1ED0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED0EC

Black with #1ED0EC

Text Example


Text Example

White with #1ED0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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