Html Css Color HEX #56FCC0 Turquoise

📋 copy color: '#56FCC0'

red 86 ◦ green 252 ◦ blue 192

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

Shades of Turquoise #56FCC0

Tints of Turquoise #56FCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 16.23%
G = 47.55%
B = 36.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#56FCC0 (or 0x56FCC0) is known color: Turquoise. HEX triplet: 56, FC and C0. RGB value is (86,252,192). Sum of RGB (Red+Green+Blue) = 86+252+192=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FCC0 is #A9033F. Grayscale: #C3C3C3. Windows color (decimal): -11076416 or 12647510. OLE color: 12647510.

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

Color convert

RGB 86 252 192 -
CMYK 0.66 0 0.24 0.01
HSL 158.31º 0.97% 0.66% -
HSV(B) 158.31º 0.66% 0.99% -
XYZ 48.16 75.41 61.89 -
YUV 195.53 126 49.88 -
System Red Green Blue C M Y K H S L
Decimal 86 252 192 0.66 0 0.24 0.01 158.31 0.97 0.66
Hex 56 FC C0 42 0 18 1 9E 61 42
Octal 126 374 300 102 0 30 1 236 141 102
Binary 1010110 11111100 11000000 1000010 0 11000 1 10011110 1100001 1000010

Color Harmonies of #56FCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56FCC0

Black with #56FCC0

Text Example


Text Example

White with #56FCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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