Html Css Color HEX #56C8CD Medium Turquoise

📋 copy color: '#56C8CD'

red 86 ◦ green 200 ◦ blue 205

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

Shades of Medium Turquoise #56C8CD

Tints of Medium Turquoise #56C8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.73%

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 17.52%
G = 40.73%
B = 41.75%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#56C8CD (or 0x56C8CD) is known color: Medium Turquoise. HEX triplet: 56, C8 and CD. RGB value is (86,200,205). Sum of RGB (Red+Green+Blue) = 86+200+205=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #56C8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C8CD is #A93732. Grayscale: #A6A6A6. Windows color (decimal): -11089715 or 13486166. OLE color: 13486166.

HSL color Cylindrical-coordinate representation of color #56C8CD: hue angle of 182.52º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56C8CD is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 200 205 -
CMYK 0.58 0.02 0 0.20
HSL 182.52º 0.54% 0.57% -
HSV(B) 182.52º 0.58% 0.8% -
XYZ 35.51 47.69 65.09 -
YUV 166.48 149.73 70.59 -
System Red Green Blue C M Y K H S L
Decimal 86 200 205 0.58 0.02 0 0.20 182.52 0.54 0.57
Hex 56 C8 CD 3A 2 0 14 B7 36 39
Octal 126 310 315 72 2 0 24 267 66 71
Binary 1010110 11001000 11001101 111010 10 0 10100 10110111 110110 111001

Color Harmonies of #56C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C8CD

Black with #56C8CD

Text Example


Text Example

White with #56C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,200,205); }

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

background-color css

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

 a { background-color: rgb(86,200,205); }

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

border-color css

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

 span { border-color: rgb(86,200,205); }

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