Html Css Color HEX #40BCB7 Medium Turquoise

📋 copy color: '#40BCB7'

red 64 ◦ green 188 ◦ blue 183

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

Shades of Medium Turquoise #40BCB7

Tints of Medium Turquoise #40BCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

 BLUE value IS 183 (71.88% from 255) = 42.07%

R = 14.71%
G = 43.22%
B = 42.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#40BCB7 (or 0x40BCB7) is known color: Medium Turquoise. HEX triplet: 40, BC and B7. RGB value is (64,188,183). Sum of RGB (Red+Green+Blue) = 64+188+183=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #40BCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCB7 is #BF4348. Grayscale: #969696. Windows color (decimal): -12534601 or 12041280. OLE color: 12041280.

HSL color Cylindrical-coordinate representation of color #40BCB7: hue angle of 177.58º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BCB7 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 183 -
CMYK 0.66 0 0.03 0.26
HSL 177.58º 0.49% 0.49% -
HSV(B) 177.58º 0.66% 0.74% -
XYZ 28.64 40.48 51.1 -
YUV 150.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 64 188 183 0.66 0 0.03 0.26 177.58 0.49 0.49
Hex 40 BC B7 42 0 3 1A B2 31 31
Octal 100 274 267 102 0 3 32 262 61 61
Binary 1000000 10111100 10110111 1000010 0 11 11010 10110010 110001 110001

Color Harmonies of #40BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BCB7

Black with #40BCB7

Text Example


Text Example

White with #40BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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