Html Css Color HEX #56CDCC Medium Turquoise

📋 copy color: '#56CDCC'

red 86 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #56CDCC

Tints of Medium Turquoise #56CDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 17.37%
G = 41.41%
B = 41.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#56CDCC (or 0x56CDCC) is known color: Medium Turquoise. HEX triplet: 56, CD and CC. RGB value is (86,205,204). Sum of RGB (Red+Green+Blue) = 86+205+204=495 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.37% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDCC is #A93233. Grayscale: #A9A9A9. Windows color (decimal): -11088436 or 13421910. OLE color: 13421910.

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

Color convert

RGB 86 205 204 -
CMYK 0.58 0 0.00 0.20
HSL 179.5º 0.54% 0.57% -
HSV(B) 179.5º 0.58% 0.8% -
XYZ 36.57 50 64.85 -
YUV 169.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 86 205 204 0.58 0 0.00 0.20 179.5 0.54 0.57
Hex 56 CD CC 3A 0 0 14 B3 36 39
Octal 126 315 314 72 0 0 24 263 66 71
Binary 1010110 11001101 11001100 111010 0 0 10100 10110011 110110 111001

Color Harmonies of #56CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CDCC

Black with #56CDCC

Text Example


Text Example

White with #56CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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