Html Css Color HEX #40FCD5 Turquoise

📋 copy color: '#40FCD5'

red 64 ◦ green 252 ◦ blue 213

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

Shades of Turquoise #40FCD5

Tints of Turquoise #40FCD5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.64%

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 12.1%
G = 47.64%
B = 40.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#40FCD5 (or 0x40FCD5) is known color: Turquoise. HEX triplet: 40, FC and D5. RGB value is (64,252,213). Sum of RGB (Red+Green+Blue) = 64+252+213=529 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.10% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCD5 is #BF032A. Grayscale: #BFBFBF. Windows color (decimal): -12518187 or 14023744. OLE color: 14023744.

HSL color Cylindrical-coordinate representation of color #40FCD5: hue angle of 167.55º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FCD5 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 252 213 -
CMYK 0.75 0 0.15 0.01
HSL 167.55º 0.97% 0.62% -
HSV(B) 167.55º 0.75% 0.99% -
XYZ 48.94 75.51 74.95 -
YUV 191.34 140.22 37.17 -
System Red Green Blue C M Y K H S L
Decimal 64 252 213 0.75 0 0.15 0.01 167.55 0.97 0.62
Hex 40 FC D5 4B 0 F 1 A8 61 3E
Octal 100 374 325 113 0 17 1 250 141 76
Binary 1000000 11111100 11010101 1001011 0 1111 1 10101000 1100001 111110

Color Harmonies of #40FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCD5

Black with #40FCD5

Text Example


Text Example

White with #40FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,252,213); }

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

background-color css

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

 a { background-color: rgb(64,252,213); }

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

border-color css

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

 span { border-color: rgb(64,252,213); }

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