Html Css Color HEX #40FCB6 Turquoise

📋 copy color: '#40FCB6'

red 64 ◦ green 252 ◦ blue 182

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

Shades of Turquoise #40FCB6

Tints of Turquoise #40FCB6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.6%

 BLUE value IS 182 (71.48% from 255) = 36.55%

R = 12.85%
G = 50.6%
B = 36.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#40FCB6 (or 0x40FCB6) is known color: Turquoise. HEX triplet: 40, FC and B6. RGB value is (64,252,182). Sum of RGB (Red+Green+Blue) = 64+252+182=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCB6 is #BF0349. Grayscale: #BBBBBB. Windows color (decimal): -12518218 or 11992128. OLE color: 11992128.

HSL color Cylindrical-coordinate representation of color #40FCB6: hue angle of 157.66º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FCB6 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 252 182 -
CMYK 0.75 0 0.28 0.01
HSL 157.66º 0.97% 0.62% -
HSV(B) 157.66º 0.75% 0.99% -
XYZ 45.37 74.09 56.17 -
YUV 187.81 124.72 39.69 -
System Red Green Blue C M Y K H S L
Decimal 64 252 182 0.75 0 0.28 0.01 157.66 0.97 0.62
Hex 40 FC B6 4B 0 1C 1 9E 61 3E
Octal 100 374 266 113 0 34 1 236 141 76
Binary 1000000 11111100 10110110 1001011 0 11100 1 10011110 1100001 111110

Color Harmonies of #40FCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCB6

Black with #40FCB6

Text Example


Text Example

White with #40FCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,252,182); }

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

background-color css

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

 a { background-color: rgb(64,252,182); }

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

border-color css

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

 span { border-color: rgb(64,252,182); }

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