Html Css Color HEX #40FCD3 Turquoise

📋 copy color: '#40FCD3'

red 64 ◦ green 252 ◦ blue 211

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

Shades of Turquoise #40FCD3

Tints of Turquoise #40FCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.04%

R = 12.14%
G = 47.82%
B = 40.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#40FCD3 (or 0x40FCD3) is known color: Turquoise. HEX triplet: 40, FC and D3. RGB value is (64,252,211). Sum of RGB (Red+Green+Blue) = 64+252+211=527 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.14% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCD3 is #BF032C. Grayscale: #BFBFBF. Windows color (decimal): -12518189 or 13892672. OLE color: 13892672.

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

Color convert

RGB 64 252 211 -
CMYK 0.75 0 0.16 0.01
HSL 166.91º 0.97% 0.62% -
HSV(B) 166.91º 0.75% 0.99% -
XYZ 48.68 75.41 73.62 -
YUV 191.11 139.22 37.33 -
System Red Green Blue C M Y K H S L
Decimal 64 252 211 0.75 0 0.16 0.01 166.91 0.97 0.62
Hex 40 FC D3 4B 0 10 1 A7 61 3E
Octal 100 374 323 113 0 20 1 247 141 76
Binary 1000000 11111100 11010011 1001011 0 10000 1 10100111 1100001 111110

Color Harmonies of #40FCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCD3

Black with #40FCD3

Text Example


Text Example

White with #40FCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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