Html Css Color HEX #40FAC9 Turquoise

📋 copy color: '#40FAC9'

red 64 ◦ green 250 ◦ blue 201

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

Shades of Turquoise #40FAC9

Tints of Turquoise #40FAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 12.43%
G = 48.54%
B = 39.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#40FAC9 (or 0x40FAC9) is known color: Turquoise. HEX triplet: 40, FA and C9. RGB value is (64,250,201). Sum of RGB (Red+Green+Blue) = 64+250+201=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FAC9 is #BF0536. Grayscale: #BCBCBC. Windows color (decimal): -12518711 or 13236800. OLE color: 13236800.

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

Color convert

RGB 64 250 201 -
CMYK 0.74 0 0.20 0.02
HSL 164.19º 0.95% 0.62% -
HSV(B) 164.19º 0.74% 0.98% -
XYZ 46.84 73.68 67.01 -
YUV 188.8 134.88 38.98 -
System Red Green Blue C M Y K H S L
Decimal 64 250 201 0.74 0 0.20 0.02 164.19 0.95 0.62
Hex 40 FA C9 4A 0 14 2 A4 5F 3E
Octal 100 372 311 112 0 24 2 244 137 76
Binary 1000000 11111010 11001001 1001010 0 10100 10 10100100 1011111 111110

Color Harmonies of #40FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAC9

Black with #40FAC9

Text Example


Text Example

White with #40FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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