Html Css Color HEX #40D7CA Turquoise

📋 copy color: '#40D7CA'

red 64 ◦ green 215 ◦ blue 202

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

Shades of Turquoise #40D7CA

Tints of Turquoise #40D7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

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

R = 13.31%
G = 44.7%
B = 42%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#40D7CA (or 0x40D7CA) is known color: Turquoise. HEX triplet: 40, D7 and CA. RGB value is (64,215,202). Sum of RGB (Red+Green+Blue) = 64+215+202=481 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.31% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #40D7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D7CA is #BF2835. Grayscale: #A8A8A8. Windows color (decimal): -12527670 or 13293376. OLE color: 13293376.

HSL color Cylindrical-coordinate representation of color #40D7CA: hue angle of 174.83º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D7CA is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 215 202 -
CMYK 0.70 0 0.06 0.16
HSL 174.83º 0.65% 0.55% -
HSV(B) 174.83º 0.7% 0.84% -
XYZ 37.08 53.96 64.34 -
YUV 168.37 146.97 53.56 -
System Red Green Blue C M Y K H S L
Decimal 64 215 202 0.70 0 0.06 0.16 174.83 0.65 0.55
Hex 40 D7 CA 46 0 6 10 AF 41 37
Octal 100 327 312 106 0 6 20 257 101 67
Binary 1000000 11010111 11001010 1000110 0 110 10000 10101111 1000001 110111

Color Harmonies of #40D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D7CA

Black with #40D7CA

Text Example


Text Example

White with #40D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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