Html Css Color HEX #56CDC3 Medium Turquoise

📋 copy color: '#56CDC3'

red 86 ◦ green 205 ◦ blue 195

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

Shades of Medium Turquoise #56CDC3

Tints of Medium Turquoise #56CDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.12%

R = 17.7%
G = 42.18%
B = 40.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#56CDC3 (or 0x56CDC3) is known color: Medium Turquoise. HEX triplet: 56, CD and C3. RGB value is (86,205,195). Sum of RGB (Red+Green+Blue) = 86+205+195=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDC3 is #A9323C. Grayscale: #A8A8A8. Windows color (decimal): -11088445 or 12832086. OLE color: 12832086.

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

Color convert

RGB 86 205 195 -
CMYK 0.58 0 0.05 0.20
HSL 174.96º 0.54% 0.57% -
HSV(B) 174.96º 0.58% 0.8% -
XYZ 35.52 49.58 59.33 -
YUV 168.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 86 205 195 0.58 0 0.05 0.20 174.96 0.54 0.57
Hex 56 CD C3 3A 0 5 14 AF 36 39
Octal 126 315 303 72 0 5 24 257 66 71
Binary 1010110 11001101 11000011 111010 0 101 10100 10101111 110110 111001

Color Harmonies of #56CDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CDC3

Black with #56CDC3

Text Example


Text Example

White with #56CDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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