Html Css Color HEX #40CFB5 Medium Turquoise

📋 copy color: '#40CFB5'

red 64 ◦ green 207 ◦ blue 181

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

Shades of Medium Turquoise #40CFB5

Tints of Medium Turquoise #40CFB5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.8%

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 14.16%
G = 45.8%
B = 40.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#40CFB5 (or 0x40CFB5) is known color: Medium Turquoise. HEX triplet: 40, CF and B5. RGB value is (64,207,181). Sum of RGB (Red+Green+Blue) = 64+207+181=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFB5 is #BF304A. Grayscale: #A1A1A1. Windows color (decimal): -12529739 or 11915072. OLE color: 11915072.

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

Color convert

RGB 64 207 181 -
CMYK 0.69 0 0.13 0.19
HSL 169.09º 0.6% 0.53% -
HSV(B) 169.09º 0.69% 0.81% -
XYZ 32.77 49.05 51.46 -
YUV 161.28 139.12 58.61 -
System Red Green Blue C M Y K H S L
Decimal 64 207 181 0.69 0 0.13 0.19 169.09 0.6 0.53
Hex 40 CF B5 45 0 D 13 A9 3C 35
Octal 100 317 265 105 0 15 23 251 74 65
Binary 1000000 11001111 10110101 1000101 0 1101 10011 10101001 111100 110101

Color Harmonies of #40CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CFB5

Black with #40CFB5

Text Example


Text Example

White with #40CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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