Html Css Color HEX #40C2CE Medium Turquoise

📋 copy color: '#40C2CE'

red 64 ◦ green 194 ◦ blue 206

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

Shades of Medium Turquoise #40C2CE

Tints of Medium Turquoise #40C2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.81%

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

R = 13.79%
G = 41.81%
B = 44.4%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40C2CE (or 0x40C2CE) is known color: Medium Turquoise. HEX triplet: 40, C2 and CE. RGB value is (64,194,206). Sum of RGB (Red+Green+Blue) = 64+194+206=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #40C2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C2CE is #BF3D31. Grayscale: #9C9C9C. Windows color (decimal): -12533042 or 13550144. OLE color: 13550144.

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

Color convert

RGB 64 194 206 -
CMYK 0.69 0.06 0 0.19
HSL 185.07º 0.59% 0.53% -
HSV(B) 185.07º 0.69% 0.81% -
XYZ 32.55 44.13 65.2 -
YUV 156.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 64 194 206 0.69 0.06 0 0.19 185.07 0.59 0.53
Hex 40 C2 CE 45 6 0 13 B9 3B 35
Octal 100 302 316 105 6 0 23 271 73 65
Binary 1000000 11000010 11001110 1000101 110 0 10011 10111001 111011 110101

Color Harmonies of #40C2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C2CE

Black with #40C2CE

Text Example


Text Example

White with #40C2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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