Html Css Color HEX #40FDB6 Turquoise

📋 copy color: '#40FDB6'

red 64 ◦ green 253 ◦ blue 182

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

Shades of Turquoise #40FDB6

Tints of Turquoise #40FDB6

RGB

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

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

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

R = 12.83%
G = 50.7%
B = 36.47%

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

#40FDB6 (or 0x40FDB6) is known color: Turquoise. HEX triplet: 40, FD and B6. RGB value is (64,253,182). Sum of RGB (Red+Green+Blue) = 64+253+182=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDB6 is #BF0249. Grayscale: #BCBCBC. Windows color (decimal): -12517962 or 11992384. OLE color: 11992384.

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

Color convert

RGB 64 253 182 -
CMYK 0.75 0 0.28 0.01
HSL 157.46º 0.98% 0.62% -
HSV(B) 157.46º 0.75% 0.99% -
XYZ 45.68 74.72 56.27 -
YUV 188.4 124.38 39.27 -
System Red Green Blue C M Y K H S L
Decimal 64 253 182 0.75 0 0.28 0.01 157.46 0.98 0.62
Hex 40 FD B6 4B 0 1C 1 9D 62 3E
Octal 100 375 266 113 0 34 1 235 142 76
Binary 1000000 11111101 10110110 1001011 0 11100 1 10011101 1100010 111110

Color Harmonies of #40FDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FDB6

Black with #40FDB6

Text Example


Text Example

White with #40FDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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