Html Css Color HEX #56EADB Turquoise

📋 copy color: '#56EADB'

red 86 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #56EADB

Tints of Turquoise #56EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.41%

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

R = 15.96%
G = 43.41%
B = 40.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#56EADB (or 0x56EADB) is known color: Turquoise. HEX triplet: 56, EA and DB. RGB value is (86,234,219). Sum of RGB (Red+Green+Blue) = 86+234+219=539 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.96% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #56EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EADB is #A91524. Grayscale: #BBBBBB. Windows color (decimal): -11080997 or 14412374. OLE color: 14412374.

HSL color Cylindrical-coordinate representation of color #56EADB: hue angle of 173.92º degrees, saturation: 0.78, 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 #56EADB is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 234 219 -
CMYK 0.63 0 0.06 0.08
HSL 173.92º 0.78% 0.63% -
HSV(B) 173.92º 0.63% 0.92% -
XYZ 46.05 65.94 77.32 -
YUV 188.04 145.47 55.22 -
System Red Green Blue C M Y K H S L
Decimal 86 234 219 0.63 0 0.06 0.08 173.92 0.78 0.63
Hex 56 EA DB 3F 0 6 8 AE 4E 3F
Octal 126 352 333 77 0 6 10 256 116 77
Binary 1010110 11101010 11011011 111111 0 110 1000 10101110 1001110 111111

Color Harmonies of #56EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EADB

Black with #56EADB

Text Example


Text Example

White with #56EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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