Html Css Color HEX #56CDCD Medium Turquoise

📋 copy color: '#56CDCD'

red 86 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #56CDCD

Tints of Medium Turquoise #56CDCD

RGB

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

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

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

R = 17.34%
G = 41.33%
B = 41.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#56CDCD (or 0x56CDCD) is known color: Medium Turquoise. HEX triplet: 56, CD and CD. RGB value is (86,205,205). Sum of RGB (Red+Green+Blue) = 86+205+205=496 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.34% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #56CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDCD is #A93232. Grayscale: #A9A9A9. Windows color (decimal): -11088435 or 13487446. OLE color: 13487446.

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

Color convert

RGB 86 205 205 -
CMYK 0.58 0 0 0.20
HSL 180º 0.54% 0.57% -
HSV(B) 180º 0.58% 0.8% -
XYZ 36.69 50.05 65.48 -
YUV 169.42 148.08 68.5 -
System Red Green Blue C M Y K H S L
Decimal 86 205 205 0.58 0 0 0.20 180 0.54 0.57
Hex 56 CD CD 3A 0 0 14 B4 36 39
Octal 126 315 315 72 0 0 24 264 66 71
Binary 1010110 11001101 11001101 111010 0 0 10100 10110100 110110 111001

Color Harmonies of #56CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CDCD

Black with #56CDCD

Text Example


Text Example

White with #56CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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