Html Css Color HEX #40FADF Turquoise

📋 copy color: '#40FADF'

red 64 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #40FADF

Tints of Turquoise #40FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 11.92%
G = 46.55%
B = 41.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#40FADF (or 0x40FADF) is known color: Turquoise. HEX triplet: 40, FA and DF. RGB value is (64,250,223). Sum of RGB (Red+Green+Blue) = 64+250+223=537 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.92% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #40FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FADF is #BF0520. Grayscale: #BFBFBF. Windows color (decimal): -12518689 or 14678592. OLE color: 14678592.

HSL color Cylindrical-coordinate representation of color #40FADF: hue angle of 171.29º 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 #40FADF is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 250 223 -
CMYK 0.74 0 0.11 0.02
HSL 171.29º 0.95% 0.62% -
HSV(B) 171.29º 0.74% 0.98% -
XYZ 49.62 74.79 81.63 -
YUV 191.31 145.88 37.2 -
System Red Green Blue C M Y K H S L
Decimal 64 250 223 0.74 0 0.11 0.02 171.29 0.95 0.62
Hex 40 FA DF 4A 0 B 2 AB 5F 3E
Octal 100 372 337 112 0 13 2 253 137 76
Binary 1000000 11111010 11011111 1001010 0 1011 10 10101011 1011111 111110

Color Harmonies of #40FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FADF

Black with #40FADF

Text Example


Text Example

White with #40FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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