Html Css Color HEX #40C7DB Medium Turquoise

📋 copy color: '#40C7DB'

red 64 ◦ green 199 ◦ blue 219

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

Shades of Medium Turquoise #40C7DB

Tints of Medium Turquoise #40C7DB

RGB

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

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

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

R = 13.28%
G = 41.29%
B = 45.44%

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

#40C7DB (or 0x40C7DB) is known color: Medium Turquoise. HEX triplet: 40, C7 and DB. RGB value is (64,199,219). Sum of RGB (Red+Green+Blue) = 64+199+219=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #40C7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C7DB is #BF3824. Grayscale: #A0A0A0. Windows color (decimal): -12531749 or 14403392. OLE color: 14403392.

HSL color Cylindrical-coordinate representation of color #40C7DB: hue angle of 187.74º 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 #40C7DB is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 199 219 -
CMYK 0.71 0.09 0 0.14
HSL 187.74º 0.68% 0.55% -
HSV(B) 187.74º 0.71% 0.86% -
XYZ 35.32 47.05 74.24 -
YUV 160.92 160.77 58.87 -
System Red Green Blue C M Y K H S L
Decimal 64 199 219 0.71 0.09 0 0.14 187.74 0.68 0.55
Hex 40 C7 DB 47 9 0 E BC 44 37
Octal 100 307 333 107 11 0 16 274 104 67
Binary 1000000 11000111 11011011 1000111 1001 0 1110 10111100 1000100 110111

Color Harmonies of #40C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C7DB

Black with #40C7DB

Text Example


Text Example

White with #40C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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