Html Css Color HEX #56ECDB Turquoise

📋 copy color: '#56ECDB'

red 86 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #56ECDB

Tints of Turquoise #56ECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 15.9%
G = 43.62%
B = 40.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#56ECDB (or 0x56ECDB) is known color: Turquoise. HEX triplet: 56, EC and DB. RGB value is (86,236,219). Sum of RGB (Red+Green+Blue) = 86+236+219=541 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.90% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #56ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56ECDB is #A91324. Grayscale: #BDBDBD. Windows color (decimal): -11080485 or 14412886. OLE color: 14412886.

HSL color Cylindrical-coordinate representation of color #56ECDB: hue angle of 173.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56ECDB is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 236 219 -
CMYK 0.64 0 0.07 0.07
HSL 173.2º 0.8% 0.63% -
HSV(B) 173.2º 0.64% 0.93% -
XYZ 46.62 67.08 77.51 -
YUV 189.21 144.81 54.38 -
System Red Green Blue C M Y K H S L
Decimal 86 236 219 0.64 0 0.07 0.07 173.2 0.8 0.63
Hex 56 EC DB 40 0 7 7 AD 50 3F
Octal 126 354 333 100 0 7 7 255 120 77
Binary 1010110 11101100 11011011 1000000 0 111 111 10101101 1010000 111111

Color Harmonies of #56ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ECDB

Black with #56ECDB

Text Example


Text Example

White with #56ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,236,219); }

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

background-color css

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

 a { background-color: rgb(86,236,219); }

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

border-color css

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

 span { border-color: rgb(86,236,219); }

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