Html Css Color HEX #56EBC4 Turquoise

📋 copy color: '#56EBC4'

red 86 ◦ green 235 ◦ blue 196

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

Shades of Turquoise #56EBC4

Tints of Turquoise #56EBC4

RGB

 RED value IS 86 (33.98% from 255) = 16.63%

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

 BLUE value IS 196 (76.95% from 255) = 37.91%

R = 16.63%
G = 45.45%
B = 37.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#56EBC4 (or 0x56EBC4) is known color: Turquoise. HEX triplet: 56, EB and C4. RGB value is (86,235,196). Sum of RGB (Red+Green+Blue) = 86+235+196=517 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.63% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #56EBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EBC4 is #A9143B. Grayscale: #BABABA. Windows color (decimal): -11080764 or 12905302. OLE color: 12905302.

HSL color Cylindrical-coordinate representation of color #56EBC4: hue angle of 164.3º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56EBC4 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 235 196 -
CMYK 0.63 0 0.17 0.08
HSL 164.3º 0.79% 0.63% -
HSV(B) 164.3º 0.63% 0.92% -
XYZ 43.51 65.38 62.55 -
YUV 186 133.64 56.67 -
System Red Green Blue C M Y K H S L
Decimal 86 235 196 0.63 0 0.17 0.08 164.3 0.79 0.63
Hex 56 EB C4 3F 0 11 8 A4 4F 3F
Octal 126 353 304 77 0 21 10 244 117 77
Binary 1010110 11101011 11000100 111111 0 10001 1000 10100100 1001111 111111

Color Harmonies of #56EBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EBC4

Black with #56EBC4

Text Example


Text Example

White with #56EBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56EBC4; }

 p { color: rgb(86,235,196); }

 H1.HeaderClassName
 {
   color: #56EBC4;
 }
 .AnyTagClassName
 {
   color: #56EBC4;
 }
</style>

background-color css

<style>
 a { background-color: #56EBC4; }

 a { background-color: rgb(86,235,196); }

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

border-color css

<style>
 span { border-color: #56EBC4; }

 span { border-color: rgb(86,235,196); }

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