Html Css Color HEX #40CFBB Medium Turquoise

📋 copy color: '#40CFBB'

red 64 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #40CFBB

Tints of Medium Turquoise #40CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 13.97%
G = 45.2%
B = 40.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#40CFBB (or 0x40CFBB) is known color: Medium Turquoise. HEX triplet: 40, CF and BB. RGB value is (64,207,187). Sum of RGB (Red+Green+Blue) = 64+207+187=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFBB is #BF3044. Grayscale: #A1A1A1. Windows color (decimal): -12529733 or 12308288. OLE color: 12308288.

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

Color convert

RGB 64 207 187 -
CMYK 0.69 0 0.10 0.19
HSL 171.61º 0.6% 0.53% -
HSV(B) 171.61º 0.69% 0.81% -
XYZ 33.4 49.3 54.77 -
YUV 161.96 142.12 58.13 -
System Red Green Blue C M Y K H S L
Decimal 64 207 187 0.69 0 0.10 0.19 171.61 0.6 0.53
Hex 40 CF BB 45 0 A 13 AC 3C 35
Octal 100 317 273 105 0 12 23 254 74 65
Binary 1000000 11001111 10111011 1000101 0 1010 10011 10101100 111100 110101

Color Harmonies of #40CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CFBB

Black with #40CFBB

Text Example


Text Example

White with #40CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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