Html Css Color HEX #0EEBE1 Bright Turquoise

📋 copy color: '#0EEBE1'

red 14 ◦ green 235 ◦ blue 225

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

Shades of Bright Turquoise #0EEBE1

Tints of Bright Turquoise #0EEBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.47%

R = 2.95%
G = 49.58%
B = 47.47%

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

#0EEBE1 (or 0x0EEBE1) is known color: Bright Turquoise. HEX triplet: 0E, EB and E1. RGB value is (14,235,225). Sum of RGB (Red+Green+Blue) = 14+235+225=474 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBE1 is #F1141E. Grayscale: #A7A7A7. Windows color (decimal): -15799327 or 14805774. OLE color: 14805774.

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

Color convert

RGB 14 235 225 -
CMYK 0.94 0 0.04 0.08
HSL 177.29º 0.89% 0.49% -
HSV(B) 177.29º 0.94% 0.92% -
XYZ 43.48 64.95 81.48 -
YUV 167.78 160.28 18.31 -
System Red Green Blue C M Y K H S L
Decimal 14 235 225 0.94 0 0.04 0.08 177.29 0.89 0.49
Hex E EB E1 5E 0 4 8 B1 59 31
Octal 16 353 341 136 0 4 10 261 131 61
Binary 1110 11101011 11100001 1011110 0 100 1000 10110001 1011001 110001

Color Harmonies of #0EEBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEBE1

Black with #0EEBE1

Text Example


Text Example

White with #0EEBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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