Html Css Color HEX #40DFDB Turquoise

📋 copy color: '#40DFDB'

red 64 ◦ green 223 ◦ blue 219

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

Shades of Turquoise #40DFDB

Tints of Turquoise #40DFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 12.65%
G = 44.07%
B = 43.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#40DFDB (or 0x40DFDB) is known color: Turquoise. HEX triplet: 40, DF and DB. RGB value is (64,223,219). Sum of RGB (Red+Green+Blue) = 64+223+219=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFDB is #BF2024. Grayscale: #AEAEAE. Windows color (decimal): -12525605 or 14409536. OLE color: 14409536.

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

Color convert

RGB 64 223 219 -
CMYK 0.71 0 0.02 0.13
HSL 178.49º 0.71% 0.56% -
HSV(B) 178.49º 0.71% 0.87% -
XYZ 41.29 58.98 76.23 -
YUV 175 152.82 48.83 -
System Red Green Blue C M Y K H S L
Decimal 64 223 219 0.71 0 0.02 0.13 178.49 0.71 0.56
Hex 40 DF DB 47 0 2 D B2 47 38
Octal 100 337 333 107 0 2 15 262 107 70
Binary 1000000 11011111 11011011 1000111 0 10 1101 10110010 1000111 111000

Color Harmonies of #40DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFDB

Black with #40DFDB

Text Example


Text Example

White with #40DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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