Html Css Color HEX #40FCB2 Turquoise

📋 copy color: '#40FCB2'

red 64 ◦ green 252 ◦ blue 178

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

Shades of Turquoise #40FCB2

Tints of Turquoise #40FCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 12.96%
G = 51.01%
B = 36.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#40FCB2 (or 0x40FCB2) is known color: Turquoise. HEX triplet: 40, FC and B2. RGB value is (64,252,178). Sum of RGB (Red+Green+Blue) = 64+252+178=494 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.96% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FCB2 is #BF034D. Grayscale: #BBBBBB. Windows color (decimal): -12518222 or 11729984. OLE color: 11729984.

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

Color convert

RGB 64 252 178 -
CMYK 0.75 0 0.29 0.01
HSL 156.38º 0.97% 0.62% -
HSV(B) 156.38º 0.75% 0.99% -
XYZ 44.96 73.93 54.02 -
YUV 187.35 122.72 40.02 -
System Red Green Blue C M Y K H S L
Decimal 64 252 178 0.75 0 0.29 0.01 156.38 0.97 0.62
Hex 40 FC B2 4B 0 1D 1 9C 61 3E
Octal 100 374 262 113 0 35 1 234 141 76
Binary 1000000 11111100 10110010 1001011 0 11101 1 10011100 1100001 111110

Color Harmonies of #40FCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCB2

Black with #40FCB2

Text Example


Text Example

White with #40FCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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