Html Css Color HEX #40DFB8 Turquoise

📋 copy color: '#40DFB8'

red 64 ◦ green 223 ◦ blue 184

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

Shades of Turquoise #40DFB8

Tints of Turquoise #40DFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.07%

R = 13.59%
G = 47.35%
B = 39.07%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#40DFB8 (or 0x40DFB8) is known color: Turquoise. HEX triplet: 40, DF and B8. RGB value is (64,223,184). Sum of RGB (Red+Green+Blue) = 64+223+184=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFB8 is #BF2047. Grayscale: #ABABAB. Windows color (decimal): -12525640 or 12115776. OLE color: 12115776.

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

Color convert

RGB 64 223 184 -
CMYK 0.71 0 0.17 0.13
HSL 165.28º 0.71% 0.56% -
HSV(B) 165.28º 0.71% 0.87% -
XYZ 37.15 57.33 54.45 -
YUV 171.01 135.32 51.67 -
System Red Green Blue C M Y K H S L
Decimal 64 223 184 0.71 0 0.17 0.13 165.28 0.71 0.56
Hex 40 DF B8 47 0 11 D A5 47 38
Octal 100 337 270 107 0 21 15 245 107 70
Binary 1000000 11011111 10111000 1000111 0 10001 1101 10100101 1000111 111000

Color Harmonies of #40DFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFB8

Black with #40DFB8

Text Example


Text Example

White with #40DFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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