Html Css Color HEX #40CACB Medium Turquoise

📋 copy color: '#40CACB'

red 64 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #40CACB

Tints of Medium Turquoise #40CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 13.65%
G = 43.07%
B = 43.28%

CMYK

 C value IS 0.68

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#40CACB (or 0x40CACB) is known color: Medium Turquoise. HEX triplet: 40, CA and CB. RGB value is (64,202,203). Sum of RGB (Red+Green+Blue) = 64+202+203=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #40CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CACB is #BF3534. Grayscale: #A0A0A0. Windows color (decimal): -12530997 or 13355584. OLE color: 13355584.

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

Color convert

RGB 64 202 203 -
CMYK 0.68 0.00 0 0.20
HSL 180.43º 0.57% 0.52% -
HSV(B) 180.43º 0.68% 0.8% -
XYZ 34.01 47.64 63.9 -
YUV 160.85 151.78 58.92 -
System Red Green Blue C M Y K H S L
Decimal 64 202 203 0.68 0.00 0 0.20 180.43 0.57 0.52
Hex 40 CA CB 44 0 0 14 B4 39 34
Octal 100 312 313 104 0 0 24 264 71 64
Binary 1000000 11001010 11001011 1000100 0 0 10100 10110100 111001 110100

Color Harmonies of #40CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CACB

Black with #40CACB

Text Example


Text Example

White with #40CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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