Html Css Color HEX #40CABC Medium Turquoise

📋 copy color: '#40CABC'

red 64 ◦ green 202 ◦ blue 188

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

Shades of Medium Turquoise #40CABC

Tints of Medium Turquoise #40CABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 14.1%
G = 44.49%
B = 41.41%

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

#40CABC (or 0x40CABC) is known color: Medium Turquoise. HEX triplet: 40, CA and BC. RGB value is (64,202,188). Sum of RGB (Red+Green+Blue) = 64+202+188=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #40CABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CABC is #BF3543. Grayscale: #9F9F9F. Windows color (decimal): -12531012 or 12372544. OLE color: 12372544.

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

Color convert

RGB 64 202 188 -
CMYK 0.68 0 0.07 0.21
HSL 173.91º 0.57% 0.52% -
HSV(B) 173.91º 0.68% 0.79% -
XYZ 32.31 46.96 54.94 -
YUV 159.14 144.28 60.14 -
System Red Green Blue C M Y K H S L
Decimal 64 202 188 0.68 0 0.07 0.21 173.91 0.57 0.52
Hex 40 CA BC 44 0 7 15 AE 39 34
Octal 100 312 274 104 0 7 25 256 71 64
Binary 1000000 11001010 10111100 1000100 0 111 10101 10101110 111001 110100

Color Harmonies of #40CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CABC

Black with #40CABC

Text Example


Text Example

White with #40CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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