Html Css Color HEX #0ED8DC Bright Turquoise

📋 copy color: '#0ED8DC'

red 14 ◦ green 216 ◦ blue 220

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

Shades of Bright Turquoise #0ED8DC

Tints of Bright Turquoise #0ED8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 3.11%
G = 48%
B = 48.89%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ED8DC (or 0x0ED8DC) is known color: Bright Turquoise. HEX triplet: 0E, D8 and DC. RGB value is (14,216,220). Sum of RGB (Red+Green+Blue) = 14+216+220=450 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.11% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #0ED8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED8DC is #F12723. Grayscale: #9B9B9B. Windows color (decimal): -15804196 or 14473230. OLE color: 14473230.

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

Color convert

RGB 14 216 220 -
CMYK 0.94 0.02 0 0.14
HSL 181.17º 0.88% 0.46% -
HSV(B) 181.17º 0.94% 0.86% -
XYZ 37.66 54.37 76.22 -
YUV 156.06 164.08 26.67 -
System Red Green Blue C M Y K H S L
Decimal 14 216 220 0.94 0.02 0 0.14 181.17 0.88 0.46
Hex E D8 DC 5E 2 0 E B5 58 2E
Octal 16 330 334 136 2 0 16 265 130 56
Binary 1110 11011000 11011100 1011110 10 0 1110 10110101 1011000 101110

Color Harmonies of #0ED8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED8DC

Black with #0ED8DC

Text Example


Text Example

White with #0ED8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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