Html Css Color HEX #56DACE Medium Turquoise

📋 copy color: '#56DACE'

red 86 ◦ green 218 ◦ blue 206

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

Shades of Medium Turquoise #56DACE

Tints of Medium Turquoise #56DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.75%

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 16.86%
G = 42.75%
B = 40.39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#56DACE (or 0x56DACE) is known color: Medium Turquoise. HEX triplet: 56, DA and CE. RGB value is (86,218,206). Sum of RGB (Red+Green+Blue) = 86+218+206=510 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.86% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #56DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DACE is #A92531. Grayscale: #B1B1B1. Windows color (decimal): -11085106 or 13556310. OLE color: 13556310.

HSL color Cylindrical-coordinate representation of color #56DACE: hue angle of 174.55º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DACE is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 218 206 -
CMYK 0.61 0 0.06 0.15
HSL 174.55º 0.64% 0.6% -
HSV(B) 174.55º 0.61% 0.85% -
XYZ 40.05 56.58 67.2 -
YUV 177.16 144.27 62.98 -
System Red Green Blue C M Y K H S L
Decimal 86 218 206 0.61 0 0.06 0.15 174.55 0.64 0.6
Hex 56 DA CE 3D 0 6 F AF 40 3C
Octal 126 332 316 75 0 6 17 257 100 74
Binary 1010110 11011010 11001110 111101 0 110 1111 10101111 1000000 111100

Color Harmonies of #56DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DACE

Black with #56DACE

Text Example


Text Example

White with #56DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,218,206); }

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

background-color css

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

 a { background-color: rgb(86,218,206); }

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

border-color css

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

 span { border-color: rgb(86,218,206); }

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