Html Css Color HEX #56F0D9 Turquoise

📋 copy color: '#56F0D9'

red 86 ◦ green 240 ◦ blue 217

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

Shades of Turquoise #56F0D9

Tints of Turquoise #56F0D9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.2%

 BLUE value IS 217 (85.16% from 255) = 39.96%

R = 15.84%
G = 44.2%
B = 39.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#56F0D9 (or 0x56F0D9) is known color: Turquoise. HEX triplet: 56, F0 and D9. RGB value is (86,240,217). Sum of RGB (Red+Green+Blue) = 86+240+217=543 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.84% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #56F0D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F0D9 is #A90F26. Grayscale: #BFBFBF. Windows color (decimal): -11079463 or 14282838. OLE color: 14282838.

HSL color Cylindrical-coordinate representation of color #56F0D9: hue angle of 171.04º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F0D9 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 240 217 -
CMYK 0.64 0 0.10 0.06
HSL 171.04º 0.84% 0.64% -
HSV(B) 171.04º 0.64% 0.94% -
XYZ 47.52 69.31 76.52 -
YUV 191.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 86 240 217 0.64 0 0.10 0.06 171.04 0.84 0.64
Hex 56 F0 D9 40 0 A 6 AB 54 40
Octal 126 360 331 100 0 12 6 253 124 100
Binary 1010110 11110000 11011001 1000000 0 1010 110 10101011 1010100 1000000

Color Harmonies of #56F0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56F0D9

Black with #56F0D9

Text Example


Text Example

White with #56F0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,240,217); }

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

background-color css

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

 a { background-color: rgb(86,240,217); }

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

border-color css

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

 span { border-color: rgb(86,240,217); }

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