Html Css Color HEX #56EBDB Turquoise

📋 copy color: '#56EBDB'

red 86 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #56EBDB

Tints of Turquoise #56EBDB

RGB

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

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

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

R = 15.93%
G = 43.52%
B = 40.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#56EBDB (or 0x56EBDB) is known color: Turquoise. HEX triplet: 56, EB and DB. RGB value is (86,235,219). Sum of RGB (Red+Green+Blue) = 86+235+219=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #56EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EBDB is #A91424. Grayscale: #BCBCBC. Windows color (decimal): -11080741 or 14412630. OLE color: 14412630.

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

Color convert

RGB 86 235 219 -
CMYK 0.63 0 0.07 0.08
HSL 173.56º 0.79% 0.63% -
HSV(B) 173.56º 0.63% 0.92% -
XYZ 46.33 66.51 77.41 -
YUV 188.63 145.14 54.8 -
System Red Green Blue C M Y K H S L
Decimal 86 235 219 0.63 0 0.07 0.08 173.56 0.79 0.63
Hex 56 EB DB 3F 0 7 8 AE 4F 3F
Octal 126 353 333 77 0 7 10 256 117 77
Binary 1010110 11101011 11011011 111111 0 111 1000 10101110 1001111 111111

Color Harmonies of #56EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EBDB

Black with #56EBDB

Text Example


Text Example

White with #56EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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