Html Css Color HEX #0EDCD5 Bright Turquoise

📋 copy color: '#0EDCD5'

red 14 ◦ green 220 ◦ blue 213

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

Shades of Bright Turquoise #0EDCD5

Tints of Bright Turquoise #0EDCD5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

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

R = 3.13%
G = 49.22%
B = 47.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#0EDCD5 (or 0x0EDCD5) is known color: Bright Turquoise. HEX triplet: 0E, DC and D5. RGB value is (14,220,213). Sum of RGB (Red+Green+Blue) = 14+220+213=447 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.13% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCD5 is #F1232A. Grayscale: #9D9D9D. Windows color (decimal): -15803179 or 14015502. OLE color: 14015502.

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

Color convert

RGB 14 220 213 -
CMYK 0.94 0 0.03 0.14
HSL 177.96º 0.88% 0.46% -
HSV(B) 177.96º 0.94% 0.86% -
XYZ 37.78 56.08 71.78 -
YUV 157.61 159.25 25.57 -
System Red Green Blue C M Y K H S L
Decimal 14 220 213 0.94 0 0.03 0.14 177.96 0.88 0.46
Hex E DC D5 5E 0 3 E B2 58 2E
Octal 16 334 325 136 0 3 16 262 130 56
Binary 1110 11011100 11010101 1011110 0 11 1110 10110010 1011000 101110

Color Harmonies of #0EDCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCD5

Black with #0EDCD5

Text Example


Text Example

White with #0EDCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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