Html Css Color HEX #40DFCB Turquoise

📋 copy color: '#40DFCB'

red 64 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #40DFCB

Tints of Turquoise #40DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 13.06%
G = 45.51%
B = 41.43%

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

#40DFCB (or 0x40DFCB) is known color: Turquoise. HEX triplet: 40, DF and CB. RGB value is (64,223,203). Sum of RGB (Red+Green+Blue) = 64+223+203=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFCB is #BF2034. Grayscale: #ADADAD. Windows color (decimal): -12525621 or 13360960. OLE color: 13360960.

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

Color convert

RGB 64 223 203 -
CMYK 0.71 0 0.09 0.13
HSL 172.45º 0.71% 0.56% -
HSV(B) 172.45º 0.71% 0.87% -
XYZ 39.28 58.18 65.66 -
YUV 173.18 144.82 50.13 -
System Red Green Blue C M Y K H S L
Decimal 64 223 203 0.71 0 0.09 0.13 172.45 0.71 0.56
Hex 40 DF CB 47 0 9 D AC 47 38
Octal 100 337 313 107 0 11 15 254 107 70
Binary 1000000 11011111 11001011 1000111 0 1001 1101 10101100 1000111 111000

Color Harmonies of #40DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFCB

Black with #40DFCB

Text Example


Text Example

White with #40DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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