Html Css Color HEX #40CABB Medium Turquoise

📋 copy color: '#40CABB'

red 64 ◦ green 202 ◦ blue 187

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

Shades of Medium Turquoise #40CABB

Tints of Medium Turquoise #40CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.59%

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

R = 14.13%
G = 44.59%
B = 41.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#40CABB (or 0x40CABB) is known color: Medium Turquoise. HEX triplet: 40, CA and BB. RGB value is (64,202,187). Sum of RGB (Red+Green+Blue) = 64+202+187=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #40CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CABB is #BF3544. Grayscale: #9E9E9E. Windows color (decimal): -12531013 or 12307008. OLE color: 12307008.

HSL color Cylindrical-coordinate representation of color #40CABB: hue angle of 173.48º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CABB is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 187 -
CMYK 0.68 0 0.07 0.21
HSL 173.48º 0.57% 0.52% -
HSV(B) 173.48º 0.68% 0.79% -
XYZ 32.2 46.92 54.37 -
YUV 159.03 143.78 60.22 -
System Red Green Blue C M Y K H S L
Decimal 64 202 187 0.68 0 0.07 0.21 173.48 0.57 0.52
Hex 40 CA BB 44 0 7 15 AD 39 34
Octal 100 312 273 104 0 7 25 255 71 64
Binary 1000000 11001010 10111011 1000100 0 111 10101 10101101 111001 110100

Color Harmonies of #40CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CABB

Black with #40CABB

Text Example


Text Example

White with #40CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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