Html Css Color HEX #56EBDA Turquoise

📋 copy color: '#56EBDA'

red 86 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #56EBDA

Tints of Turquoise #56EBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 15.96%
G = 43.6%
B = 40.45%

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

#56EBDA (or 0x56EBDA) is known color: Turquoise. HEX triplet: 56, EB and DA. RGB value is (86,235,218). Sum of RGB (Red+Green+Blue) = 86+235+218=539 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.96% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #56EBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EBDA is #A91425. Grayscale: #BCBCBC. Windows color (decimal): -11080742 or 14347094. OLE color: 14347094.

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

Color convert

RGB 86 235 218 -
CMYK 0.63 0 0.07 0.08
HSL 173.15º 0.79% 0.63% -
HSV(B) 173.15º 0.63% 0.92% -
XYZ 46.2 66.46 76.72 -
YUV 188.51 144.64 54.88 -
System Red Green Blue C M Y K H S L
Decimal 86 235 218 0.63 0 0.07 0.08 173.15 0.79 0.63
Hex 56 EB DA 3F 0 7 8 AD 4F 3F
Octal 126 353 332 77 0 7 10 255 117 77
Binary 1010110 11101011 11011010 111111 0 111 1000 10101101 1001111 111111

Color Harmonies of #56EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EBDA

Black with #56EBDA

Text Example


Text Example

White with #56EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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