Html Css Color HEX #40DCBF Turquoise

📋 copy color: '#40DCBF'

red 64 ◦ green 220 ◦ blue 191

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

Shades of Turquoise #40DCBF

Tints of Turquoise #40DCBF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 191 (75% from 255) = 40.21%

R = 13.47%
G = 46.32%
B = 40.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#40DCBF (or 0x40DCBF) is known color: Turquoise. HEX triplet: 40, DC and BF. RGB value is (64,220,191). Sum of RGB (Red+Green+Blue) = 64+220+191=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCBF is #BF2340. Grayscale: #AAAAAA. Windows color (decimal): -12526401 or 12573760. OLE color: 12573760.

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

Color convert

RGB 64 220 191 -
CMYK 0.71 0 0.13 0.14
HSL 168.85º 0.69% 0.56% -
HSV(B) 168.85º 0.71% 0.86% -
XYZ 37.11 56.04 58.15 -
YUV 170.05 139.82 52.36 -
System Red Green Blue C M Y K H S L
Decimal 64 220 191 0.71 0 0.13 0.14 168.85 0.69 0.56
Hex 40 DC BF 47 0 D E A9 45 38
Octal 100 334 277 107 0 15 16 251 105 70
Binary 1000000 11011100 10111111 1000111 0 1101 1110 10101001 1000101 111000

Color Harmonies of #40DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCBF

Black with #40DCBF

Text Example


Text Example

White with #40DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,220,191); }

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

background-color css

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

 a { background-color: rgb(64,220,191); }

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

border-color css

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

 span { border-color: rgb(64,220,191); }

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