#40FFCB

Color #40FFCB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #40FFCB

Tints of Turquoise #40FFCB

Color information

#40FFCB (or 0x40FFCB) is unknown color: approx Turquoise. HEX triplet: 40, FF and CB. RGB value is (64,255,203). Sum of RGB (Red+Green+Blue) = 64+255+203=522 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.26% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFCB is #BF0034. Grayscale: #BFBFBF. Windows color (decimal): -12517429 or 13369152. OLE color: 13369152.

HSL color Cylindrical-coordinate representation of color #40FFCB: hue angle of 163.66º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFCB is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB64255203-
CMYK0.7500.200
HSL163.66º100%62.55%-
HSV(B)163.66º74.9%100%-
XYZ48.6576.9268.78-
YUV191.96134.2236.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.26%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=12.26%
G=48.85%
B=38.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642552030.7500.200163.6610062.55
Hex40FFCB4B0140a4643f
Octal100377313113024024414477
Binary1000000111111111100101110010110101000101001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,255,203); }

 H1.HeaderClassName
 {
   color: #40FFCB;
 }
 .AnyTagClassName
 {
   color: #40FFCB;
 }
</style>
background-color css

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

 a { background-color: rgb(64,255,203); }

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

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

 span { border-color: rgb(64,255,203); }

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