Html Css Color HEX #0EDED5 Bright Turquoise

📋 copy color: '#0EDED5'

red 14 ◦ green 222 ◦ blue 213

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

Shades of Bright Turquoise #0EDED5

Tints of Bright Turquoise #0EDED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 3.12%
G = 49.44%
B = 47.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#0EDED5 (or 0x0EDED5) is known color: Bright Turquoise. HEX triplet: 0E, DE and D5. RGB value is (14,222,213). Sum of RGB (Red+Green+Blue) = 14+222+213=449 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDED5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDED5 is #F1212A. Grayscale: #9E9E9E. Windows color (decimal): -15802667 or 14016014. OLE color: 14016014.

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

Color convert

RGB 14 222 213 -
CMYK 0.94 0 0.04 0.13
HSL 177.4º 0.88% 0.46% -
HSV(B) 177.4º 0.94% 0.87% -
XYZ 38.31 57.14 71.96 -
YUV 158.78 158.59 24.73 -
System Red Green Blue C M Y K H S L
Decimal 14 222 213 0.94 0 0.04 0.13 177.4 0.88 0.46
Hex E DE D5 5E 0 4 D B1 58 2E
Octal 16 336 325 136 0 4 15 261 130 56
Binary 1110 11011110 11010101 1011110 0 100 1101 10110001 1011000 101110

Color Harmonies of #0EDED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDED5

Black with #0EDED5

Text Example


Text Example

White with #0EDED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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