Html Css Color HEX #56FCC1 Turquoise

📋 copy color: '#56FCC1'

red 86 ◦ green 252 ◦ blue 193

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

Shades of Turquoise #56FCC1

Tints of Turquoise #56FCC1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.46%

 BLUE value IS 193 (75.78% from 255) = 36.35%

R = 16.2%
G = 47.46%
B = 36.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#56FCC1 (or 0x56FCC1) is known color: Turquoise. HEX triplet: 56, FC and C1. RGB value is (86,252,193). Sum of RGB (Red+Green+Blue) = 86+252+193=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FCC1 is #A9033E. Grayscale: #C3C3C3. Windows color (decimal): -11076415 or 12713046. OLE color: 12713046.

HSL color Cylindrical-coordinate representation of color #56FCC1: hue angle of 158.67º degrees, saturation: 0.97, 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 #56FCC1 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 252 193 -
CMYK 0.66 0 0.23 0.01
HSL 158.67º 0.97% 0.66% -
HSV(B) 158.67º 0.66% 0.99% -
XYZ 48.27 75.45 62.47 -
YUV 195.64 126.5 49.8 -
System Red Green Blue C M Y K H S L
Decimal 86 252 193 0.66 0 0.23 0.01 158.67 0.97 0.66
Hex 56 FC C1 42 0 17 1 9F 61 42
Octal 126 374 301 102 0 27 1 237 141 102
Binary 1010110 11111100 11000001 1000010 0 10111 1 10011111 1100001 1000010

Color Harmonies of #56FCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FCC1

Black with #56FCC1

Text Example


Text Example

White with #56FCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,252,193); }

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

background-color css

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

 a { background-color: rgb(86,252,193); }

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

border-color css

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

 span { border-color: rgb(86,252,193); }

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