Html Css Color HEX #56EED6 Turquoise

📋 copy color: '#56EED6'

red 86 ◦ green 238 ◦ blue 214

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

Shades of Turquoise #56EED6

Tints of Turquoise #56EED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.78%

R = 15.99%
G = 44.24%
B = 39.78%

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

#56EED6 (or 0x56EED6) is known color: Turquoise. HEX triplet: 56, EE and D6. RGB value is (86,238,214). Sum of RGB (Red+Green+Blue) = 86+238+214=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #56EED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EED6 is #A91129. Grayscale: #BDBDBD. Windows color (decimal): -11079978 or 14085718. OLE color: 14085718.

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

Color convert

RGB 86 238 214 -
CMYK 0.64 0 0.10 0.07
HSL 170.53º 0.82% 0.64% -
HSV(B) 170.53º 0.64% 0.93% -
XYZ 46.55 67.98 74.29 -
YUV 189.82 141.64 53.95 -
System Red Green Blue C M Y K H S L
Decimal 86 238 214 0.64 0 0.10 0.07 170.53 0.82 0.64
Hex 56 EE D6 40 0 A 7 AB 52 40
Octal 126 356 326 100 0 12 7 253 122 100
Binary 1010110 11101110 11010110 1000000 0 1010 111 10101011 1010010 1000000

Color Harmonies of #56EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EED6

Black with #56EED6

Text Example


Text Example

White with #56EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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