Html Css Color HEX #40FCB9 Turquoise

📋 copy color: '#40FCB9'

red 64 ◦ green 252 ◦ blue 185

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

Shades of Turquoise #40FCB9

Tints of Turquoise #40FCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 12.77%
G = 50.3%
B = 36.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#40FCB9 (or 0x40FCB9) is known color: Turquoise. HEX triplet: 40, FC and B9. RGB value is (64,252,185). Sum of RGB (Red+Green+Blue) = 64+252+185=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCB9 is #BF0346. Grayscale: #BCBCBC. Windows color (decimal): -12518215 or 12188736. OLE color: 12188736.

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

Color convert

RGB 64 252 185 -
CMYK 0.75 0 0.27 0.01
HSL 158.62º 0.97% 0.62% -
HSV(B) 158.62º 0.75% 0.99% -
XYZ 45.68 74.21 57.82 -
YUV 188.15 126.22 39.45 -
System Red Green Blue C M Y K H S L
Decimal 64 252 185 0.75 0 0.27 0.01 158.62 0.97 0.62
Hex 40 FC B9 4B 0 1B 1 9F 61 3E
Octal 100 374 271 113 0 33 1 237 141 76
Binary 1000000 11111100 10111001 1001011 0 11011 1 10011111 1100001 111110

Color Harmonies of #40FCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCB9

Black with #40FCB9

Text Example


Text Example

White with #40FCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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