Html Css Color HEX #40CFB4 Medium Turquoise

📋 copy color: '#40CFB4'

red 64 ◦ green 207 ◦ blue 180

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

Shades of Medium Turquoise #40CFB4

Tints of Medium Turquoise #40CFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.91%

R = 14.19%
G = 45.9%
B = 39.91%

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

#40CFB4 (or 0x40CFB4) is known color: Medium Turquoise. HEX triplet: 40, CF and B4. RGB value is (64,207,180). Sum of RGB (Red+Green+Blue) = 64+207+180=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFB4 is #BF304B. Grayscale: #A1A1A1. Windows color (decimal): -12529740 or 11849536. OLE color: 11849536.

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

Color convert

RGB 64 207 180 -
CMYK 0.69 0 0.13 0.19
HSL 168.67º 0.6% 0.53% -
HSV(B) 168.67º 0.69% 0.81% -
XYZ 32.67 49.01 50.92 -
YUV 161.17 138.62 58.7 -
System Red Green Blue C M Y K H S L
Decimal 64 207 180 0.69 0 0.13 0.19 168.67 0.6 0.53
Hex 40 CF B4 45 0 D 13 A9 3C 35
Octal 100 317 264 105 0 15 23 251 74 65
Binary 1000000 11001111 10110100 1000101 0 1101 10011 10101001 111100 110101

Color Harmonies of #40CFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CFB4

Black with #40CFB4

Text Example


Text Example

White with #40CFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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