Html Css Color HEX #56CDC8 Medium Turquoise

📋 copy color: '#56CDC8'

red 86 ◦ green 205 ◦ blue 200

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

Shades of Medium Turquoise #56CDC8

Tints of Medium Turquoise #56CDC8

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #56CDC8: hue angle of 177.48º 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 #56CDC8 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 205 200 -
CMYK 0.58 0 0.02 0.20
HSL 177.48º 0.54% 0.57% -
HSV(B) 177.48º 0.58% 0.8% -
XYZ 36.09 49.81 62.36 -
YUV 168.85 145.58 68.91 -
System Red Green Blue C M Y K H S L
Decimal 86 205 200 0.58 0 0.02 0.20 177.48 0.54 0.57
Hex 56 CD C8 3A 0 2 14 B1 36 39
Octal 126 315 310 72 0 2 24 261 66 71
Binary 1010110 11001101 11001000 111010 0 10 10100 10110001 110110 111001

Color Harmonies of #56CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CDC8

Black with #56CDC8

Text Example


Text Example

White with #56CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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