Html Css Color HEX #56E0DC Turquoise

📋 copy color: '#56E0DC'

red 86 ◦ green 224 ◦ blue 220

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

Shades of Turquoise #56E0DC

Tints of Turquoise #56E0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.26%

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 16.23%
G = 42.26%
B = 41.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#56E0DC (or 0x56E0DC) is known color: Turquoise. HEX triplet: 56, E0 and DC. RGB value is (86,224,220). Sum of RGB (Red+Green+Blue) = 86+224+220=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #56E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E0DC is #A91F23. Grayscale: #B6B6B6. Windows color (decimal): -11083556 or 14475350. OLE color: 14475350.

HSL color Cylindrical-coordinate representation of color #56E0DC: hue angle of 178.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E0DC is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 224 220 -
CMYK 0.62 0 0.02 0.12
HSL 178.26º 0.69% 0.61% -
HSV(B) 178.26º 0.62% 0.88% -
XYZ 43.41 60.46 77.09 -
YUV 182.28 149.28 59.33 -
System Red Green Blue C M Y K H S L
Decimal 86 224 220 0.62 0 0.02 0.12 178.26 0.69 0.61
Hex 56 E0 DC 3E 0 2 C B2 45 3D
Octal 126 340 334 76 0 2 14 262 105 75
Binary 1010110 11100000 11011100 111110 0 10 1100 10110010 1000101 111101

Color Harmonies of #56E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56E0DC

Black with #56E0DC

Text Example


Text Example

White with #56E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,224,220); }

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

background-color css

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

 a { background-color: rgb(86,224,220); }

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

border-color css

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

 span { border-color: rgb(86,224,220); }

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