Html Css Color HEX #56EED7 Turquoise

📋 copy color: '#56EED7'

red 86 ◦ green 238 ◦ blue 215

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

Shades of Turquoise #56EED7

Tints of Turquoise #56EED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.89%

R = 15.96%
G = 44.16%
B = 39.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#56EED7 (or 0x56EED7) is known color: Turquoise. HEX triplet: 56, EE and D7. RGB value is (86,238,215). Sum of RGB (Red+Green+Blue) = 86+238+215=539 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.96% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #56EED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EED7 is #A91128. Grayscale: #BDBDBD. Windows color (decimal): -11079977 or 14151254. OLE color: 14151254.

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

Color convert

RGB 86 238 215 -
CMYK 0.64 0 0.10 0.07
HSL 170.92º 0.82% 0.64% -
HSV(B) 170.92º 0.64% 0.93% -
XYZ 46.68 68.03 74.96 -
YUV 189.93 142.14 53.87 -
System Red Green Blue C M Y K H S L
Decimal 86 238 215 0.64 0 0.10 0.07 170.92 0.82 0.64
Hex 56 EE D7 40 0 A 7 AB 52 40
Octal 126 356 327 100 0 12 7 253 122 100
Binary 1010110 11101110 11010111 1000000 0 1010 111 10101011 1010010 1000000

Color Harmonies of #56EED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EED7

Black with #56EED7

Text Example


Text Example

White with #56EED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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