Html Css Color HEX #56CFC5 Medium Turquoise

📋 copy color: '#56CFC5'

red 86 ◦ green 207 ◦ blue 197

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

Shades of Medium Turquoise #56CFC5

Tints of Medium Turquoise #56CFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.2%

R = 17.55%
G = 42.24%
B = 40.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#56CFC5 (or 0x56CFC5) is known color: Medium Turquoise. HEX triplet: 56, CF and C5. RGB value is (86,207,197). Sum of RGB (Red+Green+Blue) = 86+207+197=490 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.55% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFC5 is #A9303A. Grayscale: #A9A9A9. Windows color (decimal): -11087931 or 12963670. OLE color: 12963670.

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

Color convert

RGB 86 207 197 -
CMYK 0.58 0 0.05 0.19
HSL 175.04º 0.56% 0.57% -
HSV(B) 175.04º 0.58% 0.81% -
XYZ 36.23 50.64 60.69 -
YUV 169.68 143.41 68.31 -
System Red Green Blue C M Y K H S L
Decimal 86 207 197 0.58 0 0.05 0.19 175.04 0.56 0.57
Hex 56 CF C5 3A 0 5 13 AF 38 39
Octal 126 317 305 72 0 5 23 257 70 71
Binary 1010110 11001111 11000101 111010 0 101 10011 10101111 111000 111001

Color Harmonies of #56CFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CFC5

Black with #56CFC5

Text Example


Text Example

White with #56CFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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