Html Css Color HEX #40DDBA Turquoise

📋 copy color: '#40DDBA'

red 64 ◦ green 221 ◦ blue 186

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

Shades of Turquoise #40DDBA

Tints of Turquoise #40DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.92%

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 13.59%
G = 46.92%
B = 39.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#40DDBA (or 0x40DDBA) is known color: Turquoise. HEX triplet: 40, DD and BA. RGB value is (64,221,186). Sum of RGB (Red+Green+Blue) = 64+221+186=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDBA is #BF2245. Grayscale: #AAAAAA. Windows color (decimal): -12526150 or 12246336. OLE color: 12246336.

HSL color Cylindrical-coordinate representation of color #40DDBA: hue angle of 166.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DDBA is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 221 186 -
CMYK 0.71 0 0.16 0.13
HSL 166.62º 0.7% 0.56% -
HSV(B) 166.62º 0.71% 0.87% -
XYZ 36.83 56.35 55.39 -
YUV 170.07 136.99 52.35 -
System Red Green Blue C M Y K H S L
Decimal 64 221 186 0.71 0 0.16 0.13 166.62 0.7 0.56
Hex 40 DD BA 47 0 10 D A7 46 38
Octal 100 335 272 107 0 20 15 247 106 70
Binary 1000000 11011101 10111010 1000111 0 10000 1101 10100111 1000110 111000

Color Harmonies of #40DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DDBA

Black with #40DDBA

Text Example


Text Example

White with #40DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,221,186); }

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

background-color css

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

 a { background-color: rgb(64,221,186); }

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

border-color css

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

 span { border-color: rgb(64,221,186); }

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