Html Css Color HEX #40D0CF Medium Turquoise

📋 copy color: '#40D0CF'

red 64 ◦ green 208 ◦ blue 207

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

Shades of Medium Turquoise #40D0CF

Tints of Medium Turquoise #40D0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.42%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 13.36%
G = 43.42%
B = 43.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#40D0CF (or 0x40D0CF) is known color: Medium Turquoise. HEX triplet: 40, D0 and CF. RGB value is (64,208,207). Sum of RGB (Red+Green+Blue) = 64+208+207=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #40D0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D0CF is #BF2F30. Grayscale: #A4A4A4. Windows color (decimal): -12529457 or 13619264. OLE color: 13619264.

HSL color Cylindrical-coordinate representation of color #40D0CF: hue angle of 179.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D0CF is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 208 207 -
CMYK 0.69 0 0.00 0.18
HSL 179.58º 0.61% 0.53% -
HSV(B) 179.58º 0.69% 0.82% -
XYZ 35.93 50.71 66.93 -
YUV 164.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 64 208 207 0.69 0 0.00 0.18 179.58 0.61 0.53
Hex 40 D0 CF 45 0 0 12 B4 3D 35
Octal 100 320 317 105 0 0 22 264 75 65
Binary 1000000 11010000 11001111 1000101 0 0 10010 10110100 111101 110101

Color Harmonies of #40D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D0CF

Black with #40D0CF

Text Example


Text Example

White with #40D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,208,207); }

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

background-color css

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

 a { background-color: rgb(64,208,207); }

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

border-color css

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

 span { border-color: rgb(64,208,207); }

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