Html Css Color HEX #00EDBC Bright Turquoise

📋 copy color: '#00EDBC'

red 0 ◦ green 237 ◦ blue 188

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

Shades of Bright Turquoise #00EDBC

Tints of Bright Turquoise #00EDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 55.76%

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

R = 0%
G = 55.76%
B = 44.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#00EDBC (or 0x00EDBC) is known color: Bright Turquoise. HEX triplet: 00, ED and BC. RGB value is (0,237,188). Sum of RGB (Red+Green+Blue) = 0+237+188=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 237 (92.97% from 255 or 55.76% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EDBC is #FF1243. Grayscale: #A0A0A0. Windows color (decimal): -16716356 or 12381440. OLE color: 12381440.

HSL color Cylindrical-coordinate representation of color #00EDBC: hue angle of 167.59º 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 #00EDBC is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 237 188 -
CMYK 1 0 0.21 0.07
HSL 167.59º 1% 0.46% -
HSV(B) 167.59º 1% 0.93% -
XYZ 39.36 64.2 57.89 -
YUV 160.55 143.48 13.48 -
System Red Green Blue C M Y K H S L
Decimal 0 237 188 1 0 0.21 0.07 167.59 1 0.46
Hex 0 ED BC 64 0 15 7 A8 64 2E
Octal 0 355 274 144 0 25 7 250 144 56
Binary 0 11101101 10111100 1100100 0 10101 111 10101000 1100100 101110

Color Harmonies of #00EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EDBC

Black with #00EDBC

Text Example


Text Example

White with #00EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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