Html Css Color HEX #56EADA Turquoise

📋 copy color: '#56EADA'

red 86 ◦ green 234 ◦ blue 218

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

Shades of Turquoise #56EADA

Tints of Turquoise #56EADA

RGB

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

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

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

R = 15.99%
G = 43.49%
B = 40.52%

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

#56EADA (or 0x56EADA) is known color: Turquoise. HEX triplet: 56, EA and DA. RGB value is (86,234,218). Sum of RGB (Red+Green+Blue) = 86+234+218=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #56EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EADA is #A91525. Grayscale: #BBBBBB. Windows color (decimal): -11080998 or 14346838. OLE color: 14346838.

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

Color convert

RGB 86 234 218 -
CMYK 0.63 0 0.07 0.08
HSL 173.51º 0.78% 0.63% -
HSV(B) 173.51º 0.63% 0.92% -
XYZ 45.92 65.89 76.63 -
YUV 187.92 144.97 55.3 -
System Red Green Blue C M Y K H S L
Decimal 86 234 218 0.63 0 0.07 0.08 173.51 0.78 0.63
Hex 56 EA DA 3F 0 7 8 AE 4E 3F
Octal 126 352 332 77 0 7 10 256 116 77
Binary 1010110 11101010 11011010 111111 0 111 1000 10101110 1001110 111111

Color Harmonies of #56EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EADA

Black with #56EADA

Text Example


Text Example

White with #56EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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