Html Css Color HEX #0EEBCB Bright Turquoise

📋 copy color: '#0EEBCB'

red 14 ◦ green 235 ◦ blue 203

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

Shades of Bright Turquoise #0EEBCB

Tints of Bright Turquoise #0EEBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 3.1%
G = 51.99%
B = 44.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#0EEBCB (or 0x0EEBCB) is known color: Bright Turquoise. HEX triplet: 0E, EB and CB. RGB value is (14,235,203). Sum of RGB (Red+Green+Blue) = 14+235+203=452 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBCB is #F11434. Grayscale: #A5A5A5. Windows color (decimal): -15799349 or 13363982. OLE color: 13363982.

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

Color convert

RGB 14 235 203 -
CMYK 0.94 0 0.14 0.08
HSL 171.31º 0.89% 0.49% -
HSV(B) 171.31º 0.94% 0.92% -
XYZ 40.67 63.82 66.68 -
YUV 165.27 149.28 20.1 -
System Red Green Blue C M Y K H S L
Decimal 14 235 203 0.94 0 0.14 0.08 171.31 0.89 0.49
Hex E EB CB 5E 0 E 8 AB 59 31
Octal 16 353 313 136 0 16 10 253 131 61
Binary 1110 11101011 11001011 1011110 0 1110 1000 10101011 1011001 110001

Color Harmonies of #0EEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEBCB

Black with #0EEBCB

Text Example


Text Example

White with #0EEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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