Html Css Color HEX #40C8CE Medium Turquoise

📋 copy color: '#40C8CE'

red 64 ◦ green 200 ◦ blue 206

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

Shades of Medium Turquoise #40C8CE

Tints of Medium Turquoise #40C8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.55%

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

R = 13.62%
G = 42.55%
B = 43.83%

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

#40C8CE (or 0x40C8CE) is known color: Medium Turquoise. HEX triplet: 40, C8 and CE. RGB value is (64,200,206). Sum of RGB (Red+Green+Blue) = 64+200+206=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #40C8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C8CE is #BF3731. Grayscale: #9F9F9F. Windows color (decimal): -12531506 or 13551680. OLE color: 13551680.

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

Color convert

RGB 64 200 206 -
CMYK 0.69 0.03 0 0.19
HSL 182.54º 0.59% 0.53% -
HSV(B) 182.54º 0.69% 0.81% -
XYZ 33.91 46.85 65.65 -
YUV 160.02 153.94 59.51 -
System Red Green Blue C M Y K H S L
Decimal 64 200 206 0.69 0.03 0 0.19 182.54 0.59 0.53
Hex 40 C8 CE 45 3 0 13 B7 3B 35
Octal 100 310 316 105 3 0 23 267 73 65
Binary 1000000 11001000 11001110 1000101 11 0 10011 10110111 111011 110101

Color Harmonies of #40C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C8CE

Black with #40C8CE

Text Example


Text Example

White with #40C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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