Html Css Color HEX #40FCD8 Turquoise

📋 copy color: '#40FCD8'

red 64 ◦ green 252 ◦ blue 216

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

Shades of Turquoise #40FCD8

Tints of Turquoise #40FCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.6%

R = 12.03%
G = 47.37%
B = 40.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#40FCD8 (or 0x40FCD8) is known color: Turquoise. HEX triplet: 40, FC and D8. RGB value is (64,252,216). Sum of RGB (Red+Green+Blue) = 64+252+216=532 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.03% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCD8 is #BF0327. Grayscale: #BFBFBF. Windows color (decimal): -12518184 or 14220352. OLE color: 14220352.

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

Color convert

RGB 64 252 216 -
CMYK 0.75 0 0.14 0.01
HSL 168.51º 0.97% 0.62% -
HSV(B) 168.51º 0.75% 0.99% -
XYZ 49.32 75.67 76.97 -
YUV 191.68 141.72 36.93 -
System Red Green Blue C M Y K H S L
Decimal 64 252 216 0.75 0 0.14 0.01 168.51 0.97 0.62
Hex 40 FC D8 4B 0 E 1 A9 61 3E
Octal 100 374 330 113 0 16 1 251 141 76
Binary 1000000 11111100 11011000 1001011 0 1110 1 10101001 1100001 111110

Color Harmonies of #40FCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCD8

Black with #40FCD8

Text Example


Text Example

White with #40FCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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