Html Css Color HEX #40C5CF Medium Turquoise

📋 copy color: '#40C5CF'

red 64 ◦ green 197 ◦ blue 207

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

Shades of Medium Turquoise #40C5CF

Tints of Medium Turquoise #40C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.09%

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

R = 13.68%
G = 42.09%
B = 44.23%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40C5CF (or 0x40C5CF) is known color: Medium Turquoise. HEX triplet: 40, C5 and CF. RGB value is (64,197,207). Sum of RGB (Red+Green+Blue) = 64+197+207=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #40C5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C5CF is #BF3A30. Grayscale: #9E9E9E. Windows color (decimal): -12532273 or 13616448. OLE color: 13616448.

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

Color convert

RGB 64 197 207 -
CMYK 0.69 0.05 0 0.19
HSL 184.2º 0.6% 0.53% -
HSV(B) 184.2º 0.69% 0.81% -
XYZ 33.34 45.53 66.06 -
YUV 158.37 155.44 60.69 -
System Red Green Blue C M Y K H S L
Decimal 64 197 207 0.69 0.05 0 0.19 184.2 0.6 0.53
Hex 40 C5 CF 45 5 0 13 B8 3C 35
Octal 100 305 317 105 5 0 23 270 74 65
Binary 1000000 11000101 11001111 1000101 101 0 10011 10111000 111100 110101

Color Harmonies of #40C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C5CF

Black with #40C5CF

Text Example


Text Example

White with #40C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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