Html Css Color HEX #56CDCE Medium Turquoise

📋 copy color: '#56CDCE'

red 86 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #56CDCE

Tints of Medium Turquoise #56CDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 17.3%
G = 41.25%
B = 41.45%

CMYK

 C value IS 0.58

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#56CDCE (or 0x56CDCE) is known color: Medium Turquoise. HEX triplet: 56, CD and CE. RGB value is (86,205,206). Sum of RGB (Red+Green+Blue) = 86+205+206=497 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.30% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #56CDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDCE is #A93231. Grayscale: #A9A9A9. Windows color (decimal): -11088434 or 13552982. OLE color: 13552982.

HSL color Cylindrical-coordinate representation of color #56CDCE: hue angle of 180.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CDCE is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 205 206 -
CMYK 0.58 0.00 0 0.19
HSL 180.5º 0.55% 0.57% -
HSV(B) 180.5º 0.58% 0.81% -
XYZ 36.81 50.1 66.12 -
YUV 169.53 148.58 68.42 -
System Red Green Blue C M Y K H S L
Decimal 86 205 206 0.58 0.00 0 0.19 180.5 0.55 0.57
Hex 56 CD CE 3A 0 0 13 B4 37 39
Octal 126 315 316 72 0 0 23 264 67 71
Binary 1010110 11001101 11001110 111010 0 0 10011 10110100 110111 111001

Color Harmonies of #56CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CDCE

Black with #56CDCE

Text Example


Text Example

White with #56CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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