Html Css Color HEX #0EEBE2 Bright Turquoise

📋 copy color: '#0EEBE2'

red 14 ◦ green 235 ◦ blue 226

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

Shades of Bright Turquoise #0EEBE2

Tints of Bright Turquoise #0EEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.47%

 BLUE value IS 226 (88.67% from 255) = 47.58%

R = 2.95%
G = 49.47%
B = 47.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#0EEBE2 (or 0x0EEBE2) is known color: Bright Turquoise. HEX triplet: 0E, EB and E2. RGB value is (14,235,226). Sum of RGB (Red+Green+Blue) = 14+235+226=475 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBE2 is #F1141D. Grayscale: #A7A7A7. Windows color (decimal): -15799326 or 14871310. OLE color: 14871310.

HSL color Cylindrical-coordinate representation of color #0EEBE2: hue angle of 177.56º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEBE2 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 235 226 -
CMYK 0.94 0 0.04 0.08
HSL 177.56º 0.89% 0.49% -
HSV(B) 177.56º 0.94% 0.92% -
XYZ 43.62 65 82.2 -
YUV 167.9 160.78 18.23 -
System Red Green Blue C M Y K H S L
Decimal 14 235 226 0.94 0 0.04 0.08 177.56 0.89 0.49
Hex E EB E2 5E 0 4 8 B2 59 31
Octal 16 353 342 136 0 4 10 262 131 61
Binary 1110 11101011 11100010 1011110 0 100 1000 10110010 1011001 110001

Color Harmonies of #0EEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEBE2

Black with #0EEBE2

Text Example


Text Example

White with #0EEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,235,226); }

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

background-color css

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

 a { background-color: rgb(14,235,226); }

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

border-color css

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

 span { border-color: rgb(14,235,226); }

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