Html Css Color HEX #40FABE Turquoise

📋 copy color: '#40FABE'

red 64 ◦ green 250 ◦ blue 190

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

Shades of Turquoise #40FABE

Tints of Turquoise #40FABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 12.7%
G = 49.6%
B = 37.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#40FABE (or 0x40FABE) is known color: Turquoise. HEX triplet: 40, FA and BE. RGB value is (64,250,190). Sum of RGB (Red+Green+Blue) = 64+250+190=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #40FABE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FABE is #BF0541. Grayscale: #BBBBBB. Windows color (decimal): -12518722 or 12515904. OLE color: 12515904.

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

Color convert

RGB 64 250 190 -
CMYK 0.74 0 0.24 0.02
HSL 160.65º 0.95% 0.62% -
HSV(B) 160.65º 0.74% 0.98% -
XYZ 45.59 73.18 60.44 -
YUV 187.55 129.38 39.88 -
System Red Green Blue C M Y K H S L
Decimal 64 250 190 0.74 0 0.24 0.02 160.65 0.95 0.62
Hex 40 FA BE 4A 0 18 2 A1 5F 3E
Octal 100 372 276 112 0 30 2 241 137 76
Binary 1000000 11111010 10111110 1001010 0 11000 10 10100001 1011111 111110

Color Harmonies of #40FABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FABE

Black with #40FABE

Text Example


Text Example

White with #40FABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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