Html Css Color HEX #0EE9EF Bright Turquoise

📋 copy color: '#0EE9EF'

red 14 ◦ green 233 ◦ blue 239

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

Shades of Bright Turquoise #0EE9EF

Tints of Bright Turquoise #0EE9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 2.88%
G = 47.94%
B = 49.18%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0EE9EF (or 0x0EE9EF) is known color: Bright Turquoise. HEX triplet: 0E, E9 and EF. RGB value is (14,233,239). Sum of RGB (Red+Green+Blue) = 14+233+239=486 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.88% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EE9EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EE9EF is #F11610. Grayscale: #A7A7A7. Windows color (decimal): -15799825 or 15722766. OLE color: 15722766.

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

Color convert

RGB 14 233 239 -
CMYK 0.94 0.03 0 0.06
HSL 181.6º 0.89% 0.5% -
HSV(B) 181.6º 0.94% 0.94% -
XYZ 44.9 64.6 91.76 -
YUV 168.2 167.95 18.01 -
System Red Green Blue C M Y K H S L
Decimal 14 233 239 0.94 0.03 0 0.06 181.6 0.89 0.5
Hex E E9 EF 5E 3 0 6 B6 59 32
Octal 16 351 357 136 3 0 6 266 131 62
Binary 1110 11101001 11101111 1011110 11 0 110 10110110 1011001 110010

Color Harmonies of #0EE9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE9EF

Black with #0EE9EF

Text Example


Text Example

White with #0EE9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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