Html Css Color HEX #40C7CE Medium Turquoise

📋 copy color: '#40C7CE'

red 64 ◦ green 199 ◦ blue 206

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

Shades of Medium Turquoise #40C7CE

Tints of Medium Turquoise #40C7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.43%

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

R = 13.65%
G = 42.43%
B = 43.92%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40C7CE (or 0x40C7CE) is known color: Medium Turquoise. HEX triplet: 40, C7 and CE. RGB value is (64,199,206). Sum of RGB (Red+Green+Blue) = 64+199+206=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #40C7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C7CE is #BF3831. Grayscale: #9F9F9F. Windows color (decimal): -12531762 or 13551424. OLE color: 13551424.

HSL color Cylindrical-coordinate representation of color #40C7CE: hue angle of 182.96º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C7CE is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 199 206 -
CMYK 0.69 0.03 0 0.19
HSL 182.96º 0.59% 0.53% -
HSV(B) 182.96º 0.69% 0.81% -
XYZ 33.68 46.39 65.57 -
YUV 159.43 154.27 59.93 -
System Red Green Blue C M Y K H S L
Decimal 64 199 206 0.69 0.03 0 0.19 182.96 0.59 0.53
Hex 40 C7 CE 45 3 0 13 B7 3B 35
Octal 100 307 316 105 3 0 23 267 73 65
Binary 1000000 11000111 11001110 1000101 11 0 10011 10110111 111011 110101

Color Harmonies of #40C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C7CE

Black with #40C7CE

Text Example


Text Example

White with #40C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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