Html Css Color HEX #40DBCF Turquoise

📋 copy color: '#40DBCF'

red 64 ◦ green 219 ◦ blue 207

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

Shades of Turquoise #40DBCF

Tints of Turquoise #40DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 13.06%
G = 44.69%
B = 42.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#40DBCF (or 0x40DBCF) is known color: Turquoise. HEX triplet: 40, DB and CF. RGB value is (64,219,207). Sum of RGB (Red+Green+Blue) = 64+219+207=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBCF is #BF2430. Grayscale: #ABABAB. Windows color (decimal): -12526641 or 13622080. OLE color: 13622080.

HSL color Cylindrical-coordinate representation of color #40DBCF: hue angle of 175.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DBCF is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 219 207 -
CMYK 0.71 0 0.05 0.14
HSL 175.35º 0.68% 0.55% -
HSV(B) 175.35º 0.71% 0.86% -
XYZ 38.71 56.26 67.85 -
YUV 171.29 148.15 51.48 -
System Red Green Blue C M Y K H S L
Decimal 64 219 207 0.71 0 0.05 0.14 175.35 0.68 0.55
Hex 40 DB CF 47 0 5 E AF 44 37
Octal 100 333 317 107 0 5 16 257 104 67
Binary 1000000 11011011 11001111 1000111 0 101 1110 10101111 1000100 110111

Color Harmonies of #40DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBCF

Black with #40DBCF

Text Example


Text Example

White with #40DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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