Html Css Color HEX #56D8CC Medium Turquoise

📋 copy color: '#56D8CC'

red 86 ◦ green 216 ◦ blue 204

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

Shades of Medium Turquoise #56D8CC

Tints of Medium Turquoise #56D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.69%

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

R = 17%
G = 42.69%
B = 40.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#56D8CC (or 0x56D8CC) is known color: Medium Turquoise. HEX triplet: 56, D8 and CC. RGB value is (86,216,204). Sum of RGB (Red+Green+Blue) = 86+216+204=506 (67% of max value = 765). Red value is 86 (33.98% from 255 or 17.00% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #56D8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D8CC is #A92733. Grayscale: #AFAFAF. Windows color (decimal): -11085620 or 13424726. OLE color: 13424726.

HSL color Cylindrical-coordinate representation of color #56D8CC: hue angle of 174.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D8CC is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 216 204 -
CMYK 0.60 0 0.06 0.15
HSL 174.46º 0.63% 0.59% -
HSV(B) 174.46º 0.6% 0.85% -
XYZ 39.29 55.45 65.76 -
YUV 175.76 143.93 63.98 -
System Red Green Blue C M Y K H S L
Decimal 86 216 204 0.60 0 0.06 0.15 174.46 0.63 0.59
Hex 56 D8 CC 3C 0 6 F AE 3E 3B
Octal 126 330 314 74 0 6 17 256 76 73
Binary 1010110 11011000 11001100 111100 0 110 1111 10101110 111110 111011

Color Harmonies of #56D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D8CC

Black with #56D8CC

Text Example


Text Example

White with #56D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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