Html Css Color HEX #40DACB Turquoise

📋 copy color: '#40DACB'

red 64 ◦ green 218 ◦ blue 203

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

Shades of Turquoise #40DACB

Tints of Turquoise #40DACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.95%

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

R = 13.2%
G = 44.95%
B = 41.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#40DACB (or 0x40DACB) is known color: Turquoise. HEX triplet: 40, DA and CB. RGB value is (64,218,203). Sum of RGB (Red+Green+Blue) = 64+218+203=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #40DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DACB is #BF2534. Grayscale: #AAAAAA. Windows color (decimal): -12526901 or 13359680. OLE color: 13359680.

HSL color Cylindrical-coordinate representation of color #40DACB: hue angle of 174.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DACB is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 203 -
CMYK 0.71 0 0.07 0.15
HSL 174.16º 0.68% 0.55% -
HSV(B) 174.16º 0.71% 0.85% -
XYZ 37.97 55.54 65.22 -
YUV 170.24 146.48 52.22 -
System Red Green Blue C M Y K H S L
Decimal 64 218 203 0.71 0 0.07 0.15 174.16 0.68 0.55
Hex 40 DA CB 47 0 7 F AE 44 37
Octal 100 332 313 107 0 7 17 256 104 67
Binary 1000000 11011010 11001011 1000111 0 111 1111 10101110 1000100 110111

Color Harmonies of #40DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DACB

Black with #40DACB

Text Example


Text Example

White with #40DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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