Html Css Color HEX #00ECBC Bright Turquoise

📋 copy color: '#00ECBC'

red 0 ◦ green 236 ◦ blue 188

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

Shades of Bright Turquoise #00ECBC

Tints of Bright Turquoise #00ECBC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.66%

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

R = 0%
G = 55.66%
B = 44.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#00ECBC (or 0x00ECBC) is known color: Bright Turquoise. HEX triplet: 00, EC and BC. RGB value is (0,236,188). Sum of RGB (Red+Green+Blue) = 0+236+188=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECBC is #FF1343. Grayscale: #9F9F9F. Windows color (decimal): -16716612 or 12381184. OLE color: 12381184.

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

Color convert

RGB 0 236 188 -
CMYK 1 0 0.20 0.07
HSL 167.8º 1% 0.46% -
HSV(B) 167.8º 1% 0.93% -
XYZ 39.07 63.62 57.8 -
YUV 159.96 143.81 13.9 -
System Red Green Blue C M Y K H S L
Decimal 0 236 188 1 0 0.20 0.07 167.8 1 0.46
Hex 0 EC BC 64 0 14 7 A8 64 2E
Octal 0 354 274 144 0 24 7 250 144 56
Binary 0 11101100 10111100 1100100 0 10100 111 10101000 1100100 101110

Color Harmonies of #00ECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ECBC

Black with #00ECBC

Text Example


Text Example

White with #00ECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,236,188); }

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

background-color css

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

 a { background-color: rgb(0,236,188); }

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

border-color css

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

 span { border-color: rgb(0,236,188); }

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