Html Css Color HEX #40CFBC Medium Turquoise

📋 copy color: '#40CFBC'

red 64 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #40CFBC

Tints of Medium Turquoise #40CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 13.94%
G = 45.1%
B = 40.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#40CFBC (or 0x40CFBC) is known color: Medium Turquoise. HEX triplet: 40, CF and BC. RGB value is (64,207,188). Sum of RGB (Red+Green+Blue) = 64+207+188=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFBC is #BF3043. Grayscale: #A2A2A2. Windows color (decimal): -12529732 or 12373824. OLE color: 12373824.

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

Color convert

RGB 64 207 188 -
CMYK 0.69 0 0.09 0.19
HSL 172.03º 0.6% 0.53% -
HSV(B) 172.03º 0.69% 0.81% -
XYZ 33.5 49.35 55.34 -
YUV 162.08 142.62 58.04 -
System Red Green Blue C M Y K H S L
Decimal 64 207 188 0.69 0 0.09 0.19 172.03 0.6 0.53
Hex 40 CF BC 45 0 9 13 AC 3C 35
Octal 100 317 274 105 0 11 23 254 74 65
Binary 1000000 11001111 10111100 1000101 0 1001 10011 10101100 111100 110101

Color Harmonies of #40CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CFBC

Black with #40CFBC

Text Example


Text Example

White with #40CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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