Html Css Color HEX #40C8DE Medium Turquoise

📋 copy color: '#40C8DE'

red 64 ◦ green 200 ◦ blue 222

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

Shades of Medium Turquoise #40C8DE

Tints of Medium Turquoise #40C8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 13.17%
G = 41.15%
B = 45.68%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40C8DE (or 0x40C8DE) is known color: Medium Turquoise. HEX triplet: 40, C8 and DE. RGB value is (64,200,222). Sum of RGB (Red+Green+Blue) = 64+200+222=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #40C8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C8DE is #BF3721. Grayscale: #A1A1A1. Windows color (decimal): -12531490 or 14600256. OLE color: 14600256.

HSL color Cylindrical-coordinate representation of color #40C8DE: hue angle of 188.35º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C8DE is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 200 222 -
CMYK 0.71 0.10 0 0.13
HSL 188.35º 0.71% 0.56% -
HSV(B) 188.35º 0.71% 0.87% -
XYZ 35.95 47.67 76.41 -
YUV 161.84 161.94 58.21 -
System Red Green Blue C M Y K H S L
Decimal 64 200 222 0.71 0.10 0 0.13 188.35 0.71 0.56
Hex 40 C8 DE 47 A 0 D BC 47 38
Octal 100 310 336 107 12 0 15 274 107 70
Binary 1000000 11001000 11011110 1000111 1010 0 1101 10111100 1000111 111000

Color Harmonies of #40C8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C8DE

Black with #40C8DE

Text Example


Text Example

White with #40C8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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