Html Css Color HEX #40FDB3 Turquoise

📋 copy color: '#40FDB3'

red 64 ◦ green 253 ◦ blue 179

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

Shades of Turquoise #40FDB3

Tints of Turquoise #40FDB3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.01%

 BLUE value IS 179 (70.31% from 255) = 36.09%

R = 12.9%
G = 51.01%
B = 36.09%

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

#40FDB3 (or 0x40FDB3) is known color: Turquoise. HEX triplet: 40, FD and B3. RGB value is (64,253,179). Sum of RGB (Red+Green+Blue) = 64+253+179=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDB3 is #BF024C. Grayscale: #BCBCBC. Windows color (decimal): -12517965 or 11795776. OLE color: 11795776.

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

Color convert

RGB 64 253 179 -
CMYK 0.75 0 0.29 0.01
HSL 156.51º 0.98% 0.62% -
HSV(B) 156.51º 0.75% 0.99% -
XYZ 45.38 74.6 54.65 -
YUV 188.05 122.88 39.52 -
System Red Green Blue C M Y K H S L
Decimal 64 253 179 0.75 0 0.29 0.01 156.51 0.98 0.62
Hex 40 FD B3 4B 0 1D 1 9D 62 3E
Octal 100 375 263 113 0 35 1 235 142 76
Binary 1000000 11111101 10110011 1001011 0 11101 1 10011101 1100010 111110

Color Harmonies of #40FDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FDB3

Black with #40FDB3

Text Example


Text Example

White with #40FDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,253,179); }

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

background-color css

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

 a { background-color: rgb(64,253,179); }

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

border-color css

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

 span { border-color: rgb(64,253,179); }

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