Html Css Color HEX #56FDDC Turquoise

📋 copy color: '#56FDDC'

red 86 ◦ green 253 ◦ blue 220

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

Shades of Turquoise #56FDDC

Tints of Turquoise #56FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.26%

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

R = 15.38%
G = 45.26%
B = 39.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#56FDDC (or 0x56FDDC) is known color: Turquoise. HEX triplet: 56, FD and DC. RGB value is (86,253,220). Sum of RGB (Red+Green+Blue) = 86+253+220=559 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.38% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #56FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FDDC is #A90223. Grayscale: #C7C7C7. Windows color (decimal): -11076132 or 14482774. OLE color: 14482774.

HSL color Cylindrical-coordinate representation of color #56FDDC: hue angle of 168.14º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FDDC is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 253 220 -
CMYK 0.66 0 0.13 0.01
HSL 168.14º 0.98% 0.66% -
HSV(B) 168.14º 0.66% 0.99% -
XYZ 51.88 77.4 79.91 -
YUV 199.31 139.67 47.18 -
System Red Green Blue C M Y K H S L
Decimal 86 253 220 0.66 0 0.13 0.01 168.14 0.98 0.66
Hex 56 FD DC 42 0 D 1 A8 62 42
Octal 126 375 334 102 0 15 1 250 142 102
Binary 1010110 11111101 11011100 1000010 0 1101 1 10101000 1100010 1000010

Color Harmonies of #56FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FDDC

Black with #56FDDC

Text Example


Text Example

White with #56FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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