Html Css Color HEX #0EE7BC Bright Turquoise

📋 copy color: '#0EE7BC'

red 14 ◦ green 231 ◦ blue 188

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

Shades of Bright Turquoise #0EE7BC

Tints of Bright Turquoise #0EE7BC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.35%

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 3.23%
G = 53.35%
B = 43.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#0EE7BC (or 0x0EE7BC) is known color: Bright Turquoise. HEX triplet: 0E, E7 and BC. RGB value is (14,231,188). Sum of RGB (Red+Green+Blue) = 14+231+188=433 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 433); Green value is 231 (90.62% from 255 or 53.35% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE7BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EE7BC is #F11843. Grayscale: #A1A1A1. Windows color (decimal): -15800388 or 12379918. OLE color: 12379918.

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

Color convert

RGB 14 231 188 -
CMYK 0.94 0 0.19 0.09
HSL 168.11º 0.89% 0.48% -
HSV(B) 168.11º 0.94% 0.91% -
XYZ 37.83 60.88 57.33 -
YUV 161.22 143.11 23 -
System Red Green Blue C M Y K H S L
Decimal 14 231 188 0.94 0 0.19 0.09 168.11 0.89 0.48
Hex E E7 BC 5E 0 13 9 A8 59 30
Octal 16 347 274 136 0 23 11 250 131 60
Binary 1110 11100111 10111100 1011110 0 10011 1001 10101000 1011001 110000

Color Harmonies of #0EE7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE7BC

Black with #0EE7BC

Text Example


Text Example

White with #0EE7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,231,188); }

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

background-color css

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

 a { background-color: rgb(14,231,188); }

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

border-color css

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

 span { border-color: rgb(14,231,188); }

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