Html Css Color HEX #40C8DB Medium Turquoise

📋 copy color: '#40C8DB'

red 64 ◦ green 200 ◦ blue 219

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

Shades of Medium Turquoise #40C8DB

Tints of Medium Turquoise #40C8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 13.25%
G = 41.41%
B = 45.34%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40C8DB (or 0x40C8DB) is known color: Medium Turquoise. HEX triplet: 40, C8 and DB. RGB value is (64,200,219). Sum of RGB (Red+Green+Blue) = 64+200+219=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #40C8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C8DB is #BF3724. Grayscale: #A1A1A1. Windows color (decimal): -12531493 or 14403648. OLE color: 14403648.

HSL color Cylindrical-coordinate representation of color #40C8DB: hue angle of 187.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C8DB is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 200 219 -
CMYK 0.71 0.09 0 0.14
HSL 187.35º 0.68% 0.55% -
HSV(B) 187.35º 0.71% 0.86% -
XYZ 35.55 47.51 74.31 -
YUV 161.5 160.44 58.46 -
System Red Green Blue C M Y K H S L
Decimal 64 200 219 0.71 0.09 0 0.14 187.35 0.68 0.55
Hex 40 C8 DB 47 9 0 E BB 44 37
Octal 100 310 333 107 11 0 16 273 104 67
Binary 1000000 11001000 11011011 1000111 1001 0 1110 10111011 1000100 110111

Color Harmonies of #40C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C8DB

Black with #40C8DB

Text Example


Text Example

White with #40C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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