Html Css Color HEX #40DFC0 Turquoise

📋 copy color: '#40DFC0'

red 64 ◦ green 223 ◦ blue 192

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

Shades of Turquoise #40DFC0

Tints of Turquoise #40DFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.56%

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 13.36%
G = 46.56%
B = 40.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#40DFC0 (or 0x40DFC0) is known color: Turquoise. HEX triplet: 40, DF and C0. RGB value is (64,223,192). Sum of RGB (Red+Green+Blue) = 64+223+192=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFC0 is #BF203F. Grayscale: #ABABAB. Windows color (decimal): -12525632 or 12640064. OLE color: 12640064.

HSL color Cylindrical-coordinate representation of color #40DFC0: hue angle of 168.3º degrees, saturation: 0.71, 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 #40DFC0 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 223 192 -
CMYK 0.71 0 0.14 0.13
HSL 168.3º 0.71% 0.56% -
HSV(B) 168.3º 0.71% 0.87% -
XYZ 38.02 57.67 59 -
YUV 171.93 139.32 51.02 -
System Red Green Blue C M Y K H S L
Decimal 64 223 192 0.71 0 0.14 0.13 168.3 0.71 0.56
Hex 40 DF C0 47 0 E D A8 47 38
Octal 100 337 300 107 0 16 15 250 107 70
Binary 1000000 11011111 11000000 1000111 0 1110 1101 10101000 1000111 111000

Color Harmonies of #40DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFC0

Black with #40DFC0

Text Example


Text Example

White with #40DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,223,192); }

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

background-color css

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

 a { background-color: rgb(64,223,192); }

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

border-color css

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

 span { border-color: rgb(64,223,192); }

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