Html Css Color HEX #40FABF Turquoise

📋 copy color: '#40FABF'

red 64 ◦ green 250 ◦ blue 191

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

Shades of Turquoise #40FABF

Tints of Turquoise #40FABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.82%

R = 12.67%
G = 49.5%
B = 37.82%

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

#40FABF (or 0x40FABF) is known color: Turquoise. HEX triplet: 40, FA and BF. RGB value is (64,250,191). Sum of RGB (Red+Green+Blue) = 64+250+191=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #40FABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FABF is #BF0540. Grayscale: #BBBBBB. Windows color (decimal): -12518721 or 12581440. OLE color: 12581440.

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

Color convert

RGB 64 250 191 -
CMYK 0.74 0 0.24 0.02
HSL 160.97º 0.95% 0.62% -
HSV(B) 160.97º 0.74% 0.98% -
XYZ 45.7 73.22 61.01 -
YUV 187.66 129.88 39.8 -
System Red Green Blue C M Y K H S L
Decimal 64 250 191 0.74 0 0.24 0.02 160.97 0.95 0.62
Hex 40 FA BF 4A 0 18 2 A1 5F 3E
Octal 100 372 277 112 0 30 2 241 137 76
Binary 1000000 11111010 10111111 1001010 0 11000 10 10100001 1011111 111110

Color Harmonies of #40FABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FABF

Black with #40FABF

Text Example


Text Example

White with #40FABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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