Html Css Color HEX #0EEBC8 Bright Turquoise

📋 copy color: '#0EEBC8'

red 14 ◦ green 235 ◦ blue 200

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

Shades of Bright Turquoise #0EEBC8

Tints of Bright Turquoise #0EEBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.54%

R = 3.12%
G = 52.34%
B = 44.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#0EEBC8 (or 0x0EEBC8) is known color: Bright Turquoise. HEX triplet: 0E, EB and C8. RGB value is (14,235,200). Sum of RGB (Red+Green+Blue) = 14+235+200=449 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBC8 is #F11437. Grayscale: #A4A4A4. Windows color (decimal): -15799352 or 13167374. OLE color: 13167374.

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

Color convert

RGB 14 235 200 -
CMYK 0.94 0 0.15 0.08
HSL 170.5º 0.89% 0.49% -
HSV(B) 170.5º 0.94% 0.92% -
XYZ 40.31 63.68 64.81 -
YUV 164.93 147.78 20.35 -
System Red Green Blue C M Y K H S L
Decimal 14 235 200 0.94 0 0.15 0.08 170.5 0.89 0.49
Hex E EB C8 5E 0 F 8 AA 59 31
Octal 16 353 310 136 0 17 10 252 131 61
Binary 1110 11101011 11001000 1011110 0 1111 1000 10101010 1011001 110001

Color Harmonies of #0EEBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEBC8

Black with #0EEBC8

Text Example


Text Example

White with #0EEBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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