Html Css Color HEX #0EE0DB Bright Turquoise

📋 copy color: '#0EE0DB'

red 14 ◦ green 224 ◦ blue 219

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

Shades of Bright Turquoise #0EE0DB

Tints of Bright Turquoise #0EE0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.02%

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

R = 3.06%
G = 49.02%
B = 47.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#0EE0DB (or 0x0EE0DB) is known color: Bright Turquoise. HEX triplet: 0E, E0 and DB. RGB value is (14,224,219). Sum of RGB (Red+Green+Blue) = 14+224+219=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE0DB is #F11F24. Grayscale: #A0A0A0. Windows color (decimal): -15802149 or 14409742. OLE color: 14409742.

HSL color Cylindrical-coordinate representation of color #0EE0DB: hue angle of 178.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE0DB is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 224 219 -
CMYK 0.94 0 0.02 0.12
HSL 178.57º 0.88% 0.47% -
HSV(B) 178.57º 0.94% 0.88% -
XYZ 39.62 58.52 76.22 -
YUV 160.64 160.93 23.41 -
System Red Green Blue C M Y K H S L
Decimal 14 224 219 0.94 0 0.02 0.12 178.57 0.88 0.47
Hex E E0 DB 5E 0 2 C B3 58 2F
Octal 16 340 333 136 0 2 14 263 130 57
Binary 1110 11100000 11011011 1011110 0 10 1100 10110011 1011000 101111

Color Harmonies of #0EE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE0DB

Black with #0EE0DB

Text Example


Text Example

White with #0EE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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