Html Css Color HEX #0EDED1 Bright Turquoise

📋 copy color: '#0EDED1'

red 14 ◦ green 222 ◦ blue 209

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

Shades of Bright Turquoise #0EDED1

Tints of Bright Turquoise #0EDED1

RGB

 RED value IS 14 (5.86% from 255) = 3.15%

 GREEN value IS 222 (87.11% from 255) = 49.89%

 BLUE value IS 209 (82.03% from 255) = 46.97%

R = 3.15%
G = 49.89%
B = 46.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#0EDED1 (or 0x0EDED1) is known color: Bright Turquoise. HEX triplet: 0E, DE and D1. RGB value is (14,222,209). Sum of RGB (Red+Green+Blue) = 14+222+209=445 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDED1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDED1 is #F1212E. Grayscale: #9E9E9E. Windows color (decimal): -15802671 or 13753870. OLE color: 13753870.

HSL color Cylindrical-coordinate representation of color #0EDED1: hue angle of 176.25º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDED1 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 222 209 -
CMYK 0.94 0 0.06 0.13
HSL 176.25º 0.88% 0.46% -
HSV(B) 176.25º 0.94% 0.87% -
XYZ 37.81 56.94 69.32 -
YUV 158.33 156.59 25.06 -
System Red Green Blue C M Y K H S L
Decimal 14 222 209 0.94 0 0.06 0.13 176.25 0.88 0.46
Hex E DE D1 5E 0 6 D B0 58 2E
Octal 16 336 321 136 0 6 15 260 130 56
Binary 1110 11011110 11010001 1011110 0 110 1101 10110000 1011000 101110

Color Harmonies of #0EDED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDED1

Black with #0EDED1

Text Example


Text Example

White with #0EDED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EDED1; }

 p { color: rgb(14,222,209); }

 H1.HeaderClassName
 {
   color: #0EDED1;
 }
 .AnyTagClassName
 {
   color: #0EDED1;
 }
</style>

background-color css

<style>
 a { background-color: #0EDED1; }

 a { background-color: rgb(14,222,209); }

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

border-color css

<style>
 span { border-color: #0EDED1; }

 span { border-color: rgb(14,222,209); }

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