Html Css Color HEX #40CABF Medium Turquoise

📋 copy color: '#40CABF'

red 64 ◦ green 202 ◦ blue 191

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

Shades of Medium Turquoise #40CABF

Tints of Medium Turquoise #40CABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.79%

R = 14%
G = 44.2%
B = 41.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#40CABF (or 0x40CABF) is known color: Medium Turquoise. HEX triplet: 40, CA and BF. RGB value is (64,202,191). Sum of RGB (Red+Green+Blue) = 64+202+191=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #40CABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CABF is #BF3540. Grayscale: #9F9F9F. Windows color (decimal): -12531009 or 12569152. OLE color: 12569152.

HSL color Cylindrical-coordinate representation of color #40CABF: hue angle of 175.22º 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 #40CABF is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 191 -
CMYK 0.68 0 0.05 0.21
HSL 175.22º 0.57% 0.52% -
HSV(B) 175.22º 0.68% 0.79% -
XYZ 32.64 47.09 56.66 -
YUV 159.48 145.78 59.89 -
System Red Green Blue C M Y K H S L
Decimal 64 202 191 0.68 0 0.05 0.21 175.22 0.57 0.52
Hex 40 CA BF 44 0 5 15 AF 39 34
Octal 100 312 277 104 0 5 25 257 71 64
Binary 1000000 11001010 10111111 1000100 0 101 10101 10101111 111001 110100

Color Harmonies of #40CABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CABF

Black with #40CABF

Text Example


Text Example

White with #40CABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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