Html Css Color HEX #40DCCA Turquoise

📋 copy color: '#40DCCA'

red 64 ◦ green 220 ◦ blue 202

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

Shades of Turquoise #40DCCA

Tints of Turquoise #40DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 13.17%
G = 45.27%
B = 41.56%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#40DCCA (or 0x40DCCA) is known color: Turquoise. HEX triplet: 40, DC and CA. RGB value is (64,220,202). Sum of RGB (Red+Green+Blue) = 64+220+202=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCCA is #BF2335. Grayscale: #ABABAB. Windows color (decimal): -12526390 or 13294656. OLE color: 13294656.

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

Color convert

RGB 64 220 202 -
CMYK 0.71 0 0.08 0.14
HSL 173.08º 0.69% 0.56% -
HSV(B) 173.08º 0.71% 0.86% -
XYZ 38.37 56.54 64.77 -
YUV 171.3 145.32 51.46 -
System Red Green Blue C M Y K H S L
Decimal 64 220 202 0.71 0 0.08 0.14 173.08 0.69 0.56
Hex 40 DC CA 47 0 8 E AD 45 38
Octal 100 334 312 107 0 10 16 255 105 70
Binary 1000000 11011100 11001010 1000111 0 1000 1110 10101101 1000101 111000

Color Harmonies of #40DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCCA

Black with #40DCCA

Text Example


Text Example

White with #40DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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