Html Css Color HEX #40DCCE Turquoise

📋 copy color: '#40DCCE'

red 64 ◦ green 220 ◦ blue 206

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

Shades of Turquoise #40DCCE

Tints of Turquoise #40DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 13.06%
G = 44.9%
B = 42.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#40DCCE (or 0x40DCCE) is known color: Turquoise. HEX triplet: 40, DC and CE. RGB value is (64,220,206). Sum of RGB (Red+Green+Blue) = 64+220+206=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCCE is #BF2331. Grayscale: #ABABAB. Windows color (decimal): -12526386 or 13556800. OLE color: 13556800.

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

Color convert

RGB 64 220 206 -
CMYK 0.71 0 0.06 0.14
HSL 174.62º 0.69% 0.56% -
HSV(B) 174.62º 0.71% 0.86% -
XYZ 38.85 56.73 67.3 -
YUV 171.76 147.32 51.14 -
System Red Green Blue C M Y K H S L
Decimal 64 220 206 0.71 0 0.06 0.14 174.62 0.69 0.56
Hex 40 DC CE 47 0 6 E AF 45 38
Octal 100 334 316 107 0 6 16 257 105 70
Binary 1000000 11011100 11001110 1000111 0 110 1110 10101111 1000101 111000

Color Harmonies of #40DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCCE

Black with #40DCCE

Text Example


Text Example

White with #40DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,220,206); }

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

background-color css

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

 a { background-color: rgb(64,220,206); }

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

border-color css

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

 span { border-color: rgb(64,220,206); }

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