Html Css Color HEX #56E8C0 Turquoise

📋 copy color: '#56E8C0'

red 86 ◦ green 232 ◦ blue 192

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

Shades of Turquoise #56E8C0

Tints of Turquoise #56E8C0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.49%

 BLUE value IS 192 (75.39% from 255) = 37.65%

R = 16.86%
G = 45.49%
B = 37.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#56E8C0 (or 0x56E8C0) is known color: Turquoise. HEX triplet: 56, E8 and C0. RGB value is (86,232,192). Sum of RGB (Red+Green+Blue) = 86+232+192=510 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.86% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #56E8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E8C0 is #A9173F. Grayscale: #B7B7B7. Windows color (decimal): -11081536 or 12642390. OLE color: 12642390.

HSL color Cylindrical-coordinate representation of color #56E8C0: hue angle of 163.56º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56E8C0 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 86 232 192 -
CMYK 0.63 0 0.17 0.09
HSL 163.56º 0.76% 0.62% -
HSV(B) 163.56º 0.63% 0.91% -
XYZ 42.21 63.5 59.9 -
YUV 183.79 132.63 58.25 -
System Red Green Blue C M Y K H S L
Decimal 86 232 192 0.63 0 0.17 0.09 163.56 0.76 0.62
Hex 56 E8 C0 3F 0 11 9 A4 4C 3E
Octal 126 350 300 77 0 21 11 244 114 76
Binary 1010110 11101000 11000000 111111 0 10001 1001 10100100 1001100 111110

Color Harmonies of #56E8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56E8C0

Black with #56E8C0

Text Example


Text Example

White with #56E8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,232,192); }

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

background-color css

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

 a { background-color: rgb(86,232,192); }

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

border-color css

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

 span { border-color: rgb(86,232,192); }

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