#40C7CC

Color #40C7CC Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #40C7CC

Tints of Medium Turquoise #40C7CC

Color information

#40C7CC (or 0x40C7CC) is unknown color: approx Medium Turquoise. HEX triplet: 40, C7 and CC. RGB value is (64,199,204). Sum of RGB (Red+Green+Blue) = 64+199+204=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #40C7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C7CC is #BF3833. Grayscale: #9F9F9F. Windows color (decimal): -12531764 or 13420352. OLE color: 13420352.

HSL color Cylindrical-coordinate representation of color #40C7CC: hue angle of 182.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C7CC is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB64199204-
CMYK0.690.0200.2
HSL182.14º57.85%52.55%-
HSV(B)182.14º68.63%80%-
XYZ33.4446.364.3-
YUV159.2153.2760.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.70%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=13.70%
G=42.61%
B=43.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal641992040.690.0200.2182.1457.8552.55
Hex40C7CC452014b63a35
Octal10030731410520242667265
Binary1000000110001111100110010001011001010010110110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40C7CC; }

 p { color: rgb(64,199,204); }

 H1.HeaderClassName
 {
   color: #40C7CC;
 }
 .AnyTagClassName
 {
   color: #40C7CC;
 }
</style>
background-color css

<style>
 a { background-color: #40C7CC; }

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

 div.DivClassName
 {
   background-color: #40C7CC;
 }
 .BgClassName
 {
   background-color: #40C7CC;
 }
</style>
border-color css

<style>
 span { border-color: #40C7CC; }

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

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