Html Css Color HEX #40DAD1 Turquoise

📋 copy color: '#40DAD1'

red 64 ◦ green 218 ◦ blue 209

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

Shades of Turquoise #40DAD1

Tints of Turquoise #40DAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.57%

R = 13.03%
G = 44.4%
B = 42.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#40DAD1 (or 0x40DAD1) is known color: Turquoise. HEX triplet: 40, DA and D1. RGB value is (64,218,209). Sum of RGB (Red+Green+Blue) = 64+218+209=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #40DAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DAD1 is #BF252E. Grayscale: #AAAAAA. Windows color (decimal): -12526895 or 13752896. OLE color: 13752896.

HSL color Cylindrical-coordinate representation of color #40DAD1: hue angle of 176.49º 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 #40DAD1 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 209 -
CMYK 0.71 0 0.04 0.15
HSL 176.49º 0.68% 0.55% -
HSV(B) 176.49º 0.71% 0.85% -
XYZ 38.69 55.84 69.06 -
YUV 170.93 149.48 51.73 -
System Red Green Blue C M Y K H S L
Decimal 64 218 209 0.71 0 0.04 0.15 176.49 0.68 0.55
Hex 40 DA D1 47 0 4 F B0 44 37
Octal 100 332 321 107 0 4 17 260 104 67
Binary 1000000 11011010 11010001 1000111 0 100 1111 10110000 1000100 110111

Color Harmonies of #40DAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DAD1

Black with #40DAD1

Text Example


Text Example

White with #40DAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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