Html Css Color HEX #40FCBE Turquoise

📋 copy color: '#40FCBE'

red 64 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #40FCBE

Tints of Turquoise #40FCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 12.65%
G = 49.8%
B = 37.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#40FCBE (or 0x40FCBE) is known color: Turquoise. HEX triplet: 40, FC and BE. RGB value is (64,252,190). Sum of RGB (Red+Green+Blue) = 64+252+190=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCBE is #BF0341. Grayscale: #BCBCBC. Windows color (decimal): -12518210 or 12516416. OLE color: 12516416.

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

Color convert

RGB 64 252 190 -
CMYK 0.75 0 0.25 0.01
HSL 160.21º 0.97% 0.62% -
HSV(B) 160.21º 0.75% 0.99% -
XYZ 46.22 74.43 60.65 -
YUV 188.72 128.72 39.04 -
System Red Green Blue C M Y K H S L
Decimal 64 252 190 0.75 0 0.25 0.01 160.21 0.97 0.62
Hex 40 FC BE 4B 0 19 1 A0 61 3E
Octal 100 374 276 113 0 31 1 240 141 76
Binary 1000000 11111100 10111110 1001011 0 11001 1 10100000 1100001 111110

Color Harmonies of #40FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCBE

Black with #40FCBE

Text Example


Text Example

White with #40FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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