Html Css Color HEX #40FAB1 Turquoise

📋 copy color: '#40FAB1'

red 64 ◦ green 250 ◦ blue 177

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

Shades of Turquoise #40FAB1

Tints of Turquoise #40FAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.05%

R = 13.03%
G = 50.92%
B = 36.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#40FAB1 (or 0x40FAB1) is known color: Turquoise. HEX triplet: 40, FA and B1. RGB value is (64,250,177). Sum of RGB (Red+Green+Blue) = 64+250+177=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FAB1 is #BF054E. Grayscale: #BABABA. Windows color (decimal): -12518735 or 11663936. OLE color: 11663936.

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

Color convert

RGB 64 250 177 -
CMYK 0.74 0 0.29 0.02
HSL 156.45º 0.95% 0.62% -
HSV(B) 156.45º 0.74% 0.98% -
XYZ 44.24 72.64 53.28 -
YUV 186.06 122.88 40.94 -
System Red Green Blue C M Y K H S L
Decimal 64 250 177 0.74 0 0.29 0.02 156.45 0.95 0.62
Hex 40 FA B1 4A 0 1D 2 9C 5F 3E
Octal 100 372 261 112 0 35 2 234 137 76
Binary 1000000 11111010 10110001 1001010 0 11101 10 10011100 1011111 111110

Color Harmonies of #40FAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAB1

Black with #40FAB1

Text Example


Text Example

White with #40FAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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