Html Css Color HEX #40CCC7 Medium Turquoise

📋 copy color: '#40CCC7'

red 64 ◦ green 204 ◦ blue 199

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

Shades of Medium Turquoise #40CCC7

Tints of Medium Turquoise #40CCC7

RGB

 RED value IS 64 (25.39% from 255) = 13.7%

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

 BLUE value IS 199 (78.13% from 255) = 42.61%

R = 13.7%
G = 43.68%
B = 42.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#40CCC7 (or 0x40CCC7) is known color: Medium Turquoise. HEX triplet: 40, CC and C7. RGB value is (64,204,199). Sum of RGB (Red+Green+Blue) = 64+204+199=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCC7 is #BF3338. Grayscale: #A1A1A1. Windows color (decimal): -12530489 or 13093952. OLE color: 13093952.

HSL color Cylindrical-coordinate representation of color #40CCC7: hue angle of 177.86º 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 #40CCC7 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 204 199 -
CMYK 0.69 0 0.02 0.2
HSL 177.86º 0.58% 0.53% -
HSV(B) 177.86º 0.69% 0.8% -
XYZ 34.02 48.4 61.58 -
YUV 161.57 149.12 58.41 -
System Red Green Blue C M Y K H S L
Decimal 64 204 199 0.69 0 0.02 0.2 177.86 0.58 0.53
Hex 40 CC C7 45 0 2 14 B2 3A 35
Octal 100 314 307 105 0 2 24 262 72 65
Binary 1000000 11001100 11000111 1000101 0 10 10100 10110010 111010 110101

Color Harmonies of #40CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCC7

Black with #40CCC7

Text Example


Text Example

White with #40CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40CCC7;
 }
 .AnyTagClassName
 {
   color: #40CCC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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