Html Css Color HEX #40DCDB Turquoise

📋 copy color: '#40DCDB'

red 64 ◦ green 220 ◦ blue 219

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

Shades of Turquoise #40DCDB

Tints of Turquoise #40DCDB

RGB

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

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

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

R = 12.72%
G = 43.74%
B = 43.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#40DCDB (or 0x40DCDB) is known color: Turquoise. HEX triplet: 40, DC and DB. RGB value is (64,220,219). Sum of RGB (Red+Green+Blue) = 64+220+219=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCDB is #BF2324. Grayscale: #ADADAD. Windows color (decimal): -12526373 or 14408768. OLE color: 14408768.

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

Color convert

RGB 64 220 219 -
CMYK 0.71 0 0.00 0.14
HSL 179.62º 0.69% 0.56% -
HSV(B) 179.62º 0.71% 0.86% -
XYZ 40.49 57.39 75.96 -
YUV 173.24 153.82 50.08 -
System Red Green Blue C M Y K H S L
Decimal 64 220 219 0.71 0 0.00 0.14 179.62 0.69 0.56
Hex 40 DC DB 47 0 0 E B4 45 38
Octal 100 334 333 107 0 0 16 264 105 70
Binary 1000000 11011100 11011011 1000111 0 0 1110 10110100 1000101 111000

Color Harmonies of #40DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCDB

Black with #40DCDB

Text Example


Text Example

White with #40DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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