Html Css Color HEX #40FCDC Turquoise

📋 copy color: '#40FCDC'

red 64 ◦ green 252 ◦ blue 220

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

Shades of Turquoise #40FCDC

Tints of Turquoise #40FCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 11.94%
G = 47.01%
B = 41.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#40FCDC (or 0x40FCDC) is known color: Turquoise. HEX triplet: 40, FC and DC. RGB value is (64,252,220). Sum of RGB (Red+Green+Blue) = 64+252+220=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCDC is #BF0323. Grayscale: #C0C0C0. Windows color (decimal): -12518180 or 14482496. OLE color: 14482496.

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

Color convert

RGB 64 252 220 -
CMYK 0.75 0 0.13 0.01
HSL 169.79º 0.97% 0.62% -
HSV(B) 169.79º 0.75% 0.99% -
XYZ 49.84 75.88 79.73 -
YUV 192.14 143.72 36.6 -
System Red Green Blue C M Y K H S L
Decimal 64 252 220 0.75 0 0.13 0.01 169.79 0.97 0.62
Hex 40 FC DC 4B 0 D 1 AA 61 3E
Octal 100 374 334 113 0 15 1 252 141 76
Binary 1000000 11111100 11011100 1001011 0 1101 1 10101010 1100001 111110

Color Harmonies of #40FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCDC

Black with #40FCDC

Text Example


Text Example

White with #40FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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