#3BFBC3

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

Shades of Turquoise #3BFBC3

Tints of Turquoise #3BFBC3

Color information

#3BFBC3 (or 0x3BFBC3) is unknown color: approx Turquoise. HEX triplet: 3B, FB and C3. RGB value is (59,251,195). Sum of RGB (Red+Green+Blue) = 59+251+195=505 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.68% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFBC3 is #C4043C. Grayscale: #BBBBBB. Windows color (decimal): -12846141 or 12843835. OLE color: 12843835.

HSL color Cylindrical-coordinate representation of color #3BFBC3: hue angle of 162.5º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFBC3 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB59251195-
CMYK0.7600.220.02
HSL162.5º96%60.78%-
HSV(B)162.5º76.49%98.43%-
XYZ46.1573.8663.45-
YUV187.21132.3936.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.68%
GREEN value IS 251 (98.44% from 255) = 49.70%
BLUE value IS 195 (76.56% from 255) = 38.61%
R=11.68%
G=49.70%
B=38.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal592511950.7600.220.02162.59660.78
Hex3BFBC34C0162a2603d
Octal73373303114026224214075
Binary1110111111101111000011100110001011010101000101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,251,195); }

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

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

 a { background-color: rgb(59,251,195); }

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

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

 span { border-color: rgb(59,251,195); }

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