Html Css Color HEX #0ED8DB Bright Turquoise

📋 copy color: '#0ED8DB'

red 14 ◦ green 216 ◦ blue 219

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

Shades of Bright Turquoise #0ED8DB

Tints of Bright Turquoise #0ED8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 3.12%
G = 48.11%
B = 48.78%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ED8DB (or 0x0ED8DB) is known color: Bright Turquoise. HEX triplet: 0E, D8 and DB. RGB value is (14,216,219). Sum of RGB (Red+Green+Blue) = 14+216+219=449 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ED8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED8DB is #F12724. Grayscale: #9B9B9B. Windows color (decimal): -15804197 or 14407694. OLE color: 14407694.

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

Color convert

RGB 14 216 219 -
CMYK 0.94 0.01 0 0.14
HSL 180.88º 0.88% 0.46% -
HSV(B) 180.88º 0.94% 0.86% -
XYZ 37.52 54.32 75.52 -
YUV 155.94 163.58 26.76 -
System Red Green Blue C M Y K H S L
Decimal 14 216 219 0.94 0.01 0 0.14 180.88 0.88 0.46
Hex E D8 DB 5E 1 0 E B5 58 2E
Octal 16 330 333 136 1 0 16 265 130 56
Binary 1110 11011000 11011011 1011110 1 0 1110 10110101 1011000 101110

Color Harmonies of #0ED8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED8DB

Black with #0ED8DB

Text Example


Text Example

White with #0ED8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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