Html Css Color HEX #40FCD6 Turquoise

📋 copy color: '#40FCD6'

red 64 ◦ green 252 ◦ blue 214

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

Shades of Turquoise #40FCD6

Tints of Turquoise #40FCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.38%

R = 12.08%
G = 47.55%
B = 40.38%

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

#40FCD6 (or 0x40FCD6) is known color: Turquoise. HEX triplet: 40, FC and D6. RGB value is (64,252,214). Sum of RGB (Red+Green+Blue) = 64+252+214=530 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.08% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCD6 is #BF0329. Grayscale: #BFBFBF. Windows color (decimal): -12518186 or 14089280. OLE color: 14089280.

HSL color Cylindrical-coordinate representation of color #40FCD6: hue angle of 167.87º 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 #40FCD6 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 252 214 -
CMYK 0.75 0 0.15 0.01
HSL 167.87º 0.97% 0.62% -
HSV(B) 167.87º 0.75% 0.99% -
XYZ 49.06 75.57 75.62 -
YUV 191.46 140.72 37.09 -
System Red Green Blue C M Y K H S L
Decimal 64 252 214 0.75 0 0.15 0.01 167.87 0.97 0.62
Hex 40 FC D6 4B 0 F 1 A8 61 3E
Octal 100 374 326 113 0 17 1 250 141 76
Binary 1000000 11111100 11010110 1001011 0 1111 1 10101000 1100001 111110

Color Harmonies of #40FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCD6

Black with #40FCD6

Text Example


Text Example

White with #40FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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