#3FFFCB

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

Shades of Turquoise #3FFFCB

Tints of Turquoise #3FFFCB

Color information

#3FFFCB (or 0x3FFFCB) is unknown color: approx Turquoise. HEX triplet: 3F, FF and CB. RGB value is (63,255,203). Sum of RGB (Red+Green+Blue) = 63+255+203=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFCB is #C00034. Grayscale: #BFBFBF. Windows color (decimal): -12582965 or 13369151. OLE color: 13369151.

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

Color convert

RGB63255203-
CMYK0.7500.200
HSL163.75º100%62.35%-
HSV(B)163.75º75.29%100%-
XYZ48.5976.8968.78-
YUV191.66134.3936.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.09%
GREEN value IS 255 (100% from 255) = 48.94%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=12.09%
G=48.94%
B=38.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal632552030.7500.200163.7510062.35
Hex3FFFCB4B0140a4643e
Octal77377313113024024414476
Binary111111111111111100101110010110101000101001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FFFCB; }

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

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

<style>
 a { background-color: #3FFFCB; }

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

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

<style>
 span { border-color: #3FFFCB; }

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

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