Html Css Color HEX #56CCCC Medium Turquoise

📋 copy color: '#56CCCC'

red 86 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #56CCCC

Tints of Medium Turquoise #56CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

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

R = 17.41%
G = 41.3%
B = 41.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#56CCCC (or 0x56CCCC) is known color: Medium Turquoise. HEX triplet: 56, CC and CC. RGB value is (86,204,204). Sum of RGB (Red+Green+Blue) = 86+204+204=494 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.41% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #56CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCCC is #A93333. Grayscale: #A8A8A8. Windows color (decimal): -11088692 or 13421654. OLE color: 13421654.

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

Color convert

RGB 86 204 204 -
CMYK 0.58 0 0 0.2
HSL 180º 0.54% 0.57% -
HSV(B) 180º 0.58% 0.8% -
XYZ 36.33 49.52 64.77 -
YUV 168.72 147.91 69 -
System Red Green Blue C M Y K H S L
Decimal 86 204 204 0.58 0 0 0.2 180 0.54 0.57
Hex 56 CC CC 3A 0 0 14 B4 36 39
Octal 126 314 314 72 0 0 24 264 66 71
Binary 1010110 11001100 11001100 111010 0 0 10100 10110100 110110 111001

Color Harmonies of #56CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CCCC

Black with #56CCCC

Text Example


Text Example

White with #56CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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