Html Css Color HEX #40DFCC Turquoise

📋 copy color: '#40DFCC'

red 64 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #40DFCC

Tints of Turquoise #40DFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 13.03%
G = 45.42%
B = 41.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#40DFCC (or 0x40DFCC) is known color: Turquoise. HEX triplet: 40, DF and CC. RGB value is (64,223,204). Sum of RGB (Red+Green+Blue) = 64+223+204=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFCC is #BF2033. Grayscale: #ADADAD. Windows color (decimal): -12525620 or 13426496. OLE color: 13426496.

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

Color convert

RGB 64 223 204 -
CMYK 0.71 0 0.09 0.13
HSL 172.83º 0.71% 0.56% -
HSV(B) 172.83º 0.71% 0.87% -
XYZ 39.4 58.22 66.29 -
YUV 173.29 145.32 50.04 -
System Red Green Blue C M Y K H S L
Decimal 64 223 204 0.71 0 0.09 0.13 172.83 0.71 0.56
Hex 40 DF CC 47 0 9 D AD 47 38
Octal 100 337 314 107 0 11 15 255 107 70
Binary 1000000 11011111 11001100 1000111 0 1001 1101 10101101 1000111 111000

Color Harmonies of #40DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFCC

Black with #40DFCC

Text Example


Text Example

White with #40DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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