Html Css Color HEX #00EBCB Bright Turquoise

📋 copy color: '#00EBCB'

red 0 ◦ green 235 ◦ blue 203

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

Shades of Bright Turquoise #00EBCB

Tints of Bright Turquoise #00EBCB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 53.65%
B = 46.35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#00EBCB (or 0x00EBCB) is known color: Bright Turquoise. HEX triplet: 00, EB and CB. RGB value is (0,235,203). Sum of RGB (Red+Green+Blue) = 0+235+203=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 235 (92.19% from 255 or 53.65% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 235 - color contains mainly: green. Hex color #00EBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EBCB is #FF1434. Grayscale: #A0A0A0. Windows color (decimal): -16716853 or 13363968. OLE color: 13363968.

HSL color Cylindrical-coordinate representation of color #00EBCB: hue angle of 171.83º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EBCB is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 235 203 -
CMYK 1 0 0.14 0.08
HSL 171.83º 1% 0.46% -
HSV(B) 171.83º 1% 0.92% -
XYZ 40.49 63.73 66.67 -
YUV 161.09 151.64 13.1 -
System Red Green Blue C M Y K H S L
Decimal 0 235 203 1 0 0.14 0.08 171.83 1 0.46
Hex 0 EB CB 64 0 E 8 AC 64 2E
Octal 0 353 313 144 0 16 10 254 144 56
Binary 0 11101011 11001011 1100100 0 1110 1000 10101100 1100100 101110

Color Harmonies of #00EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EBCB

Black with #00EBCB

Text Example


Text Example

White with #00EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00EBCB; }

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

 H1.HeaderClassName
 {
   color: #00EBCB;
 }
 .AnyTagClassName
 {
   color: #00EBCB;
 }
</style>

background-color css

<style>
 a { background-color: #00EBCB; }

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

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

border-color css

<style>
 span { border-color: #00EBCB; }

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

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