Html Css Color HEX #56EFC1 Turquoise

📋 copy color: '#56EFC1'

red 86 ◦ green 239 ◦ blue 193

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

Shades of Turquoise #56EFC1

Tints of Turquoise #56EFC1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.14%

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

R = 16.6%
G = 46.14%
B = 37.26%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#56EFC1 (or 0x56EFC1) is known color: Turquoise. HEX triplet: 56, EF and C1. RGB value is (86,239,193). Sum of RGB (Red+Green+Blue) = 86+239+193=518 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.60% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EFC1 is #A9103E. Grayscale: #BCBCBC. Windows color (decimal): -11079743 or 12709718. OLE color: 12709718.

HSL color Cylindrical-coordinate representation of color #56EFC1: hue angle of 161.96º degrees, saturation: 0.83, 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 #56EFC1 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 239 193 -
CMYK 0.64 0 0.19 0.06
HSL 161.96º 0.83% 0.64% -
HSV(B) 161.96º 0.64% 0.94% -
XYZ 44.33 67.56 61.16 -
YUV 188.01 130.81 55.24 -
System Red Green Blue C M Y K H S L
Decimal 86 239 193 0.64 0 0.19 0.06 161.96 0.83 0.64
Hex 56 EF C1 40 0 13 6 A2 53 40
Octal 126 357 301 100 0 23 6 242 123 100
Binary 1010110 11101111 11000001 1000000 0 10011 110 10100010 1010011 1000000

Color Harmonies of #56EFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EFC1

Black with #56EFC1

Text Example


Text Example

White with #56EFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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