Html Css Color HEX #0EE9DC Bright Turquoise

📋 copy color: '#0EE9DC'

red 14 ◦ green 233 ◦ blue 220

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

Shades of Bright Turquoise #0EE9DC

Tints of Bright Turquoise #0EE9DC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.89%

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

R = 3%
G = 49.89%
B = 47.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#0EE9DC (or 0x0EE9DC) is known color: Bright Turquoise. HEX triplet: 0E, E9 and DC. RGB value is (14,233,220). Sum of RGB (Red+Green+Blue) = 14+233+220=467 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.00% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE9DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EE9DC is #F11623. Grayscale: #A5A5A5. Windows color (decimal): -15799844 or 14477582. OLE color: 14477582.

HSL color Cylindrical-coordinate representation of color #0EE9DC: hue angle of 176.44º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE9DC is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 14 233 220 -
CMYK 0.94 0 0.06 0.09
HSL 176.44º 0.89% 0.48% -
HSV(B) 176.44º 0.94% 0.91% -
XYZ 42.24 63.54 77.75 -
YUV 166.04 158.45 19.56 -
System Red Green Blue C M Y K H S L
Decimal 14 233 220 0.94 0 0.06 0.09 176.44 0.89 0.48
Hex E E9 DC 5E 0 6 9 B0 59 30
Octal 16 351 334 136 0 6 11 260 131 60
Binary 1110 11101001 11011100 1011110 0 110 1001 10110000 1011001 110000

Color Harmonies of #0EE9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE9DC

Black with #0EE9DC

Text Example


Text Example

White with #0EE9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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