Html Css Color HEX #40DFDD Turquoise

📋 copy color: '#40DFDD'

red 64 ◦ green 223 ◦ blue 221

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

Shades of Turquoise #40DFDD

Tints of Turquoise #40DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 12.6%
G = 43.9%
B = 43.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#40DFDD (or 0x40DFDD) is known color: Turquoise. HEX triplet: 40, DF and DD. RGB value is (64,223,221). Sum of RGB (Red+Green+Blue) = 64+223+221=508 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.60% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFDD is #BF2022. Grayscale: #AFAFAF. Windows color (decimal): -12525603 or 14540608. OLE color: 14540608.

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

Color convert

RGB 64 223 221 -
CMYK 0.71 0 0.01 0.13
HSL 179.25º 0.71% 0.56% -
HSV(B) 179.25º 0.71% 0.87% -
XYZ 41.55 59.09 77.62 -
YUV 175.23 153.82 48.66 -
System Red Green Blue C M Y K H S L
Decimal 64 223 221 0.71 0 0.01 0.13 179.25 0.71 0.56
Hex 40 DF DD 47 0 1 D B3 47 38
Octal 100 337 335 107 0 1 15 263 107 70
Binary 1000000 11011111 11011101 1000111 0 1 1101 10110011 1000111 111000

Color Harmonies of #40DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFDD

Black with #40DFDD

Text Example


Text Example

White with #40DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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