Html Css Color HEX #40FBC5 Turquoise

📋 copy color: '#40FBC5'

red 64 ◦ green 251 ◦ blue 197

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

Shades of Turquoise #40FBC5

Tints of Turquoise #40FBC5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.02%

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 12.5%
G = 49.02%
B = 38.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#40FBC5 (or 0x40FBC5) is known color: Turquoise. HEX triplet: 40, FB and C5. RGB value is (64,251,197). Sum of RGB (Red+Green+Blue) = 64+251+197=512 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.5% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBC5 is #BF043A. Grayscale: #BCBCBC. Windows color (decimal): -12518459 or 12974912. OLE color: 12974912.

HSL color Cylindrical-coordinate representation of color #40FBC5: hue angle of 162.67º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FBC5 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 251 197 -
CMYK 0.75 0 0.22 0.02
HSL 162.67º 0.96% 0.62% -
HSV(B) 162.67º 0.75% 0.98% -
XYZ 46.69 74.12 64.67 -
YUV 188.93 132.55 38.89 -
System Red Green Blue C M Y K H S L
Decimal 64 251 197 0.75 0 0.22 0.02 162.67 0.96 0.62
Hex 40 FB C5 4B 0 16 2 A3 60 3E
Octal 100 373 305 113 0 26 2 243 140 76
Binary 1000000 11111011 11000101 1001011 0 10110 10 10100011 1100000 111110

Color Harmonies of #40FBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FBC5

Black with #40FBC5

Text Example


Text Example

White with #40FBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,251,197); }

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

background-color css

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

 a { background-color: rgb(64,251,197); }

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

border-color css

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

 span { border-color: rgb(64,251,197); }

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