Html Css Color HEX #56D7CB Medium Turquoise

📋 copy color: '#56D7CB'

red 86 ◦ green 215 ◦ blue 203

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

Shades of Medium Turquoise #56D7CB

Tints of Medium Turquoise #56D7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.66%

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 17.06%
G = 42.66%
B = 40.28%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#56D7CB (or 0x56D7CB) is known color: Medium Turquoise. HEX triplet: 56, D7 and CB. RGB value is (86,215,203). Sum of RGB (Red+Green+Blue) = 86+215+203=504 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.06% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #56D7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D7CB is #A92834. Grayscale: #AEAEAE. Windows color (decimal): -11085877 or 13358934. OLE color: 13358934.

HSL color Cylindrical-coordinate representation of color #56D7CB: hue angle of 174.42º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D7CB is Cyan = 0.6, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 215 203 -
CMYK 0.6 0 0.06 0.16
HSL 174.42º 0.62% 0.59% -
HSV(B) 174.42º 0.6% 0.84% -
XYZ 38.92 54.89 65.04 -
YUV 175.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 86 215 203 0.6 0 0.06 0.16 174.42 0.62 0.59
Hex 56 D7 CB 3C 0 6 10 AE 3E 3B
Octal 126 327 313 74 0 6 20 256 76 73
Binary 1010110 11010111 11001011 111100 0 110 10000 10101110 111110 111011

Color Harmonies of #56D7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D7CB

Black with #56D7CB

Text Example


Text Example

White with #56D7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,215,203); }

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

background-color css

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

 a { background-color: rgb(86,215,203); }

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

border-color css

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

 span { border-color: rgb(86,215,203); }

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