Html Css Color HEX #56CFC0 Medium Turquoise

📋 copy color: '#56CFC0'

red 86 ◦ green 207 ◦ blue 192

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

Shades of Medium Turquoise #56CFC0

Tints of Medium Turquoise #56CFC0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.68%

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 17.73%
G = 42.68%
B = 39.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#56CFC0 (or 0x56CFC0) is known color: Medium Turquoise. HEX triplet: 56, CF and C0. RGB value is (86,207,192). Sum of RGB (Red+Green+Blue) = 86+207+192=485 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.73% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFC0 is #A9303F. Grayscale: #A9A9A9. Windows color (decimal): -11087936 or 12635990. OLE color: 12635990.

HSL color Cylindrical-coordinate representation of color #56CFC0: hue angle of 172.56º degrees, saturation: 0.56, 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 #56CFC0 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 207 192 -
CMYK 0.58 0 0.07 0.19
HSL 172.56º 0.56% 0.57% -
HSV(B) 172.56º 0.58% 0.81% -
XYZ 35.67 50.41 57.72 -
YUV 169.11 140.91 68.72 -
System Red Green Blue C M Y K H S L
Decimal 86 207 192 0.58 0 0.07 0.19 172.56 0.56 0.57
Hex 56 CF C0 3A 0 7 13 AD 38 39
Octal 126 317 300 72 0 7 23 255 70 71
Binary 1010110 11001111 11000000 111010 0 111 10011 10101101 111000 111001

Color Harmonies of #56CFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CFC0

Black with #56CFC0

Text Example


Text Example

White with #56CFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,207,192); }

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

background-color css

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

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

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

border-color css

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

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

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