Html Css Color HEX #56EEDC Turquoise

📋 copy color: '#56EEDC'

red 86 ◦ green 238 ◦ blue 220

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

Shades of Turquoise #56EEDC

Tints of Turquoise #56EEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.75%

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

R = 15.81%
G = 43.75%
B = 40.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#56EEDC (or 0x56EEDC) is known color: Turquoise. HEX triplet: 56, EE and DC. RGB value is (86,238,220). Sum of RGB (Red+Green+Blue) = 86+238+220=544 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.81% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EEDC is #A91123. Grayscale: #BEBEBE. Windows color (decimal): -11079972 or 14478934. OLE color: 14478934.

HSL color Cylindrical-coordinate representation of color #56EEDC: hue angle of 172.89º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EEDC is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 238 220 -
CMYK 0.64 0 0.08 0.07
HSL 172.89º 0.82% 0.64% -
HSV(B) 172.89º 0.64% 0.93% -
XYZ 47.33 68.29 78.4 -
YUV 190.5 144.64 53.46 -
System Red Green Blue C M Y K H S L
Decimal 86 238 220 0.64 0 0.08 0.07 172.89 0.82 0.64
Hex 56 EE DC 40 0 8 7 AD 52 40
Octal 126 356 334 100 0 10 7 255 122 100
Binary 1010110 11101110 11011100 1000000 0 1000 111 10101101 1010010 1000000

Color Harmonies of #56EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EEDC

Black with #56EEDC

Text Example


Text Example

White with #56EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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