Html Css Color HEX #40FADC Turquoise

📋 copy color: '#40FADC'

red 64 ◦ green 250 ◦ blue 220

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

Shades of Turquoise #40FADC

Tints of Turquoise #40FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.82%

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

R = 11.99%
G = 46.82%
B = 41.2%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#40FADC (or 0x40FADC) is known color: Turquoise. HEX triplet: 40, FA and DC. RGB value is (64,250,220). Sum of RGB (Red+Green+Blue) = 64+250+220=534 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.99% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #40FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FADC is #BF0523. Grayscale: #BEBEBE. Windows color (decimal): -12518692 or 14481984. OLE color: 14481984.

HSL color Cylindrical-coordinate representation of color #40FADC: hue angle of 170.32º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40FADC is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 250 220 -
CMYK 0.74 0 0.12 0.02
HSL 170.32º 0.95% 0.62% -
HSV(B) 170.32º 0.74% 0.98% -
XYZ 49.22 74.63 79.52 -
YUV 190.97 144.38 37.44 -
System Red Green Blue C M Y K H S L
Decimal 64 250 220 0.74 0 0.12 0.02 170.32 0.95 0.62
Hex 40 FA DC 4A 0 C 2 AA 5F 3E
Octal 100 372 334 112 0 14 2 252 137 76
Binary 1000000 11111010 11011100 1001010 0 1100 10 10101010 1011111 111110

Color Harmonies of #40FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FADC

Black with #40FADC

Text Example


Text Example

White with #40FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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